ansible-keycloak/.ansible-lint

26 lines
439 B
Plaintext
Raw Normal View History

2022-02-15 12:14:36 +00:00
# .ansible-lint
exclude_paths:
- .cache/
- .github/
- molecule/
rulesdir:
- ../../ansible-lint-custom-rules/rules/
2022-02-15 12:12:57 +00:00
enable_list:
- fqcn-builtins # opt-in
- no-log-password # opt-in
2022-02-15 12:05:33 +00:00
warn_list:
2022-02-15 12:14:36 +00:00
- role_vars_start_with_role_name
- vars_in_vars_files_have_valid_names
- vars_should_not_be_used
- experimental
- ignore-errors
- no-handler
2022-02-15 12:12:57 +00:00
- fqcn-builtins
- no-log-password
use_default_rules: true
2022-02-15 12:14:36 +00:00
offline: true