infrastructure/.yamllint.yml

19 lines
359 B
YAML
Raw Permalink Normal View History

extends: default
ignore: |
ansible/galaxy_roles
ansible/galaxy_collections
ansible/group_vars/all/vps-hosts.yml
ansible/roles/traefik/files/traefik.yml
ansible/roles/nebula/files/nebula.yml
2023-06-18 17:13:31 +01:00
env
rules:
document-start: disable
truthy: disable
quoted-strings:
quote-type: double
required: only-when-needed
line-length:
2023-10-01 17:10:37 +01:00
max: 160