Add .ansible-lint
This commit is contained in:
parent
2af41e77b3
commit
6af30fcda8
22
.ansible-lint
Normal file
22
.ansible-lint
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# .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
|
Loading…
Reference in New Issue
Block a user