mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-18 02:43:06 -06:00
add .ansible-lint
This commit is contained in:
11
.ansible-lint
Normal file
11
.ansible-lint
Normal 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
|
||||||
Reference in New Issue
Block a user