infrastructure/.yamllint.yml
Jake Howard b93832be28
All checks were successful
/ terraform (push) Successful in 35s
/ ansible (push) Successful in 1m22s
Remove Nebula
I'm basically all in on Tailscale now
2024-07-30 20:03:04 +01:00

17 lines
319 B
YAML

extends: default
ignore: |
ansible/galaxy_roles
ansible/galaxy_collections
ansible/group_vars/all/vps-hosts.yml
ansible/roles/traefik/files/traefik.yml
env
rules:
document-start: disable
truthy: disable
quoted-strings:
quote-type: double
required: only-when-needed
line-length:
max: 160