homeserver/.ansible-lint

18 lines
348 B
Text
Raw Normal View History

---
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
2024-08-13 00:02:16 +02:00
- playbooks/base
- playbooks/3_service
2024-08-13 00:03:37 +02:00
- playbooks/1_bootstrap.yml
- .gitea/