homeserver/.ansible-lint
Michael Grote 8395c2ec96
All checks were successful
ansible-lint / ansible-lint (push) Successful in 4m17s
gitleaks / gitleaks (push) Successful in 3m38s
replace woodpecker-ci with gitea-act-runner (#166) - part 1
Reviewed-on: #166
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2024-08-22 22:45:13 +02:00

31 lines
714 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/
- .gitlab-ci.yml
- 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
- .woodpecker/
- .gitea/