mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-11 07:23:08 -06:00
13 lines
322 B
Plaintext
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
|