1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_playbook_servers.git synced 2024-09-14 19:53:56 +02:00
ansible_playbook_servers/.yamllint

16 lines
238 B
Text
Raw Normal View History

2021-01-19 20:16:08 +01:00
---
extends: default
rules:
# 150 chars should be enough, but don't fail if a line is longer
line-length:
2021-01-31 16:50:41 +01:00
max: 180
2021-01-19 20:16:08 +01:00
level: warning
2021-01-20 22:54:29 +01:00
2021-01-31 16:50:41 +01:00
ignore: |
2024-02-26 13:05:57 +01:00
group_vars/*/vault.yml
2021-01-31 16:50:41 +01:00
roles/
2023-04-25 14:50:48 +02:00
ansible/
2023-05-10 00:22:07 +02:00
collections/
2024-02-26 13:05:57 +01:00
host_vars/*/vault.yml