add .ansible-lint

This commit is contained in:
Lee Goolsbee
2022-09-08 12:52:13 -05:00
parent 4d7b2c57f0
commit 30fd390e68

11
.ansible-lint Normal file
View File

@@ -0,0 +1,11 @@
---
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
- yaml # many, many warnings