Add yamllint
This commit is contained in:
parent
c056aa8dd8
commit
90a2558a71
1 changed files with 14 additions and 0 deletions
14
.yamllint
Normal file
14
.yamllint
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
extends: default
|
||||||
|
|
||||||
|
rules:
|
||||||
|
# 150 chars should be enough, but don't fail if a line is longer
|
||||||
|
line-length:
|
||||||
|
max: 180
|
||||||
|
level: warning
|
||||||
|
|
||||||
|
ignore: |
|
||||||
|
host_vars/mail01.l3d.space/vault.yml
|
||||||
|
host_vars/web01.l3d.space/vault.yml
|
||||||
|
group_vars/all/vault.yml
|
||||||
|
roles/
|
Loading…
Reference in a new issue