1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_collection_users.git synced 2024-08-16 10:29:50 +02:00

Create yamllint

This commit is contained in:
L3D 2024-04-06 23:13:08 +02:00
parent 5bad13a8d8
commit 35c8a6bd55
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
4 changed files with 32 additions and 0 deletions

8
roles/admin/.yamllint Normal file
View file

@ -0,0 +1,8 @@
---
extends: default
rules:
# 310 chars should be enough, but don't fail if a line is longer
line-length:
max: 310
level: warning

8
roles/dotfiles/.yamllint Normal file
View file

@ -0,0 +1,8 @@
---
extends: default
rules:
# 310 chars should be enough, but don't fail if a line is longer
line-length:
max: 310
level: warning

8
roles/sshd/.yamllint Normal file
View file

@ -0,0 +1,8 @@
---
extends: default
rules:
# 310 chars should be enough, but don't fail if a line is longer
line-length:
max: 310
level: warning

8
roles/user/.yamllint Normal file
View file

@ -0,0 +1,8 @@
---
extends: default
rules:
# 310 chars should be enough, but don't fail if a line is longer
line-length:
max: 310
level: warning