diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 0000000..3f2c5a8 --- /dev/null +++ b/.ansible-lint @@ -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