infrastructure/ansible/yamllint.yml

18 lines
349 B
YAML
Raw Normal View History

2019-12-08 11:58:43 +00:00
extends: default
2020-03-02 19:46:20 +00:00
ignore: |
ansible/galaxy_roles
2021-02-07 13:02:14 +00:00
ansible/galaxy_collections
ansible/group_vars/all/hosts.yml
ansible/roles/traefik/files/traefik.yml
2021-01-25 21:53:04 +00:00
ansible/roles/nebula/files/nebula.yml
2020-03-02 19:46:20 +00:00
2019-12-08 11:58:43 +00:00
rules:
document-start: disable
truthy: disable
2020-03-25 21:27:15 +00:00
quoted-strings:
quote-type: double
required: only-when-needed
2019-12-08 11:58:43 +00:00
line-length:
2021-05-22 20:28:36 +01:00
max: 160