homeserver/.ansible-lint
Michael Grote eeadb455cb
All checks were successful
ansible-lint / gitleaks (push) Successful in 3s
ansible-lint / Ansible Lint (push) Successful in 34s
setup minio automation (#229)
Reviewed-on: #229
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2024-11-09 22:00:58 +01:00

21 lines
455 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
- .gitea/
mock_modules:
- dubzland.minio.minio_alias
- dubzland.minio.minio_user
- dubzland.minio.minio_bucket