infrastructure/.yamllint.yml
Jake Howard 01c236e4e9
All checks were successful
/ terraform (push) Successful in 54s
/ ansible (push) Successful in 3m34s
Remove Nebula
I'm basically all in on Tailscale now
2024-09-01 20:21:29 +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