37 lines
615 B
Plaintext
37 lines
615 B
Plaintext
# .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
|
|
- fqcn-builtins
|
|
- no-log-password
|
|
- jinja[spacing]
|
|
- jinja[invalid]
|
|
- meta-no-tags
|
|
- name[template]
|
|
|
|
skip_list:
|
|
- vars_should_not_be_used
|
|
- file_is_small_enough
|
|
|
|
use_default_rules: true
|
|
parseable: true
|