homeserver/.ansible-lint
Michael Grote d4c7d6bfab
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 42s
ansible-lint / gitleaks (push) Successful in 5s
ci: fix ansible-lint (#178)
Reviewed-on: https://git.mgrote.net///mg/homeserver/pulls/178
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2024-09-13 19:31:34 +02:00

29 lines
678 B
Text

---
skip_list:
- yaml[line-length]
- name[casing]
- yaml[comments]
- name[play]
- var-naming[no-role-prefix]
quiet: true
exclude_paths:
- .cache/ # implicit unless exclude_paths is defined in config
- collections/
- friedhof/
- playbooks/on-off
- playbooks/base
- playbooks/3_service
- playbooks/1_bootstrap.yml
- roles/ansible-role-pip
- roles/ansible-role-bootstrap
- roles/ansible_role_ctop
- roles/ansible-role-docker
- roles/ansible-role-helm
- roles/ansible-role-nfs
- roles/ansible-role-unattended-upgrades
- roles/ansible-manage-lvm
- roles/ansible-ufw
- roles/ansible_role_gitea
- roles/ansible-role-postgresql
- .gitea/