mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-05 02:10:29 -07:00
41 lines
719 B
Text
41 lines
719 B
Text
# .ansible-lint
|
|
exclude_paths:
|
|
- .cache/
|
|
- .github/
|
|
- molecule/
|
|
- .ansible-lint
|
|
- .yamllint
|
|
- meta/
|
|
- playbooks/roles/
|
|
|
|
rulesdir:
|
|
- ../../ansible-lint-custom-rules/rules/
|
|
|
|
enable_list:
|
|
- fqcn-builtins # opt-in
|
|
- no-log-password # opt-in
|
|
|
|
warn_list:
|
|
- role_vars_start_with_role_name
|
|
- vars_in_vars_files_have_valid_names
|
|
- experimental
|
|
- ignore-errors
|
|
- no-handler
|
|
- no-log-password
|
|
- jinja[spacing]
|
|
- jinja[invalid]
|
|
- meta-no-tags
|
|
- name[casing]
|
|
- fqcn[action]
|
|
- schema[meta]
|
|
- var-naming[no-role-prefix]
|
|
- key-order[task]
|
|
- blocked_modules
|
|
|
|
skip_list:
|
|
- vars_should_not_be_used
|
|
- file_is_small_enough
|
|
- name[template]
|
|
|
|
use_default_rules: true
|
|
parseable: true
|