2021-07-31 20:06:03 -05:00
|
|
|
# .ansible-lint
|
|
|
|
# vim:ft=ansible
|
|
|
|
|
|
|
|
exclude_paths:
|
|
|
|
# We're not interested in linting Galaxy roles here
|
|
|
|
- roles/docker
|
|
|
|
- roles/k8s
|
|
|
|
- roles/nextcloud
|
|
|
|
- roles/postgresql
|
|
|
|
- roles/sshd
|
|
|
|
|
|
|
|
mock_roles:
|
|
|
|
# Used for local testing
|
|
|
|
- docker
|
|
|
|
- k8s
|
|
|
|
- nextcloud
|
|
|
|
- postgresql
|
|
|
|
- sshd
|
|
|
|
|
2021-08-01 13:43:58 -05:00
|
|
|
skip_list:
|
2021-07-31 20:06:03 -05:00
|
|
|
# I'm aware of the risks and accept them
|
|
|
|
- package-latest
|
2021-08-01 13:43:58 -05:00
|
|
|
|
|
|
|
warn_list:
|
2021-07-31 20:14:54 -05:00
|
|
|
# There is exactly one occurence of this and it's for faulty web installers
|
|
|
|
- ignore-errors
|
|
|
|
# These tend to be pretty buggy
|
|
|
|
- experimental
|