23 lines
361 B
Plaintext
23 lines
361 B
Plaintext
# .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
|
|
|
|
warn_list:
|
|
# I'm aware of the risks and accept them
|
|
- package-latest
|