Files
dc-deployments-automation/.ansible-lint
2024-08-19 08:45:31 +10:00

13 lines
322 B
Plaintext

---
kinds:
- playbook: "./aws_*.yml"
offline: true
skip_list:
- ignore-errors
- meta-no-info
- name[casing] # so many of our task names aren't capitalized
- name[missing] # some tasks have no name
- risky-file-permissions
- var-naming[no-role-prefix] # many, many warnings
- yaml # many, many warnings