123456789101112131415161718192021222324252627 |
- ---
- profile: production
- var_naming_pattern: "^[a-z][a-z0-9_]*$"
- use_default_rules: true
- warn_list:
- # sometimes this is necessary
- - no-changed-when
- skip_list:
- - fqcn[action-core]
- - role-name
- - yaml[octal-values]
- - package-latest
- - command-instead-of-shell
- # sometimes this is necessary
- - no-handler
- enable_list:
- - empty-string-compare
- - no-log-password
- - no-prompting
|