ansible/.ansible-lint

23 lines
462 B
Plaintext

# .ansible-lint
# vim:ft=ansible
exclude_paths:
# We're not interested in linting Galaxy roles here
- .roles
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
warn_list:
# There is exactly one occurence of this and it's for faulty web installers
- ignore-errors
# These tend to be pretty buggy
- experimental