.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. - no-changed-when
  8. skip_list:
  9. - fqcn[action-core]
  10. - role-name
  11. - yaml[octal-values]
  12. - package-latest
  13. - command-instead-of-shell
  14. # sometimes this is necessary
  15. - no-handler
  16. enable_list:
  17. - empty-string-compare
  18. - no-log-password
  19. - no-prompting