28 lines
582 B
Plaintext
28 lines
582 B
Plaintext
# .ansible-lint
|
|
# vim:ft=ansible
|
|
|
|
exclude_paths:
|
|
# We're not interested in linting Galaxy roles here
|
|
- .roles
|
|
- /root/.cache
|
|
- ../../../root/.cache
|
|
|
|
mock_roles:
|
|
# Used for local testing
|
|
- geerlingguy.docker
|
|
- geerlingguy.postgresql
|
|
- willshersystems.sshd
|
|
|
|
skip_list:
|
|
# I'm aware of the risks and accept them
|
|
- package-latest
|
|
# I do not intend to publish a majority of roles here
|
|
# The ones that I do will be in separate repos with their own CI/CD
|
|
- meta-no-info
|
|
# I don't care
|
|
- role-name
|
|
|
|
warn_list:
|
|
# These tend to be pretty buggy
|
|
- experimental
|