.ansible-lint 398 B

123456789101112131415161718192021222324252627
  1. ---
  2. profile: production
  3. var_naming_pattern: "^[a-z][a-z0-9_]*$"
  4. use_default_rules: true
  5. warn_list:
  6. # sometimes this is necessary
  7. - command-instead-of-shell
  8. - no-changed-when
  9. skip_list:
  10. - fqcn[action-core]
  11. - role-name
  12. - yaml[octal-values]
  13. - package-latest
  14. # sometimes this is necessary
  15. - no-handler
  16. enable_list:
  17. - empty-string-compare
  18. - no-log-password
  19. - no-prompting