diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 0000000..4bd8de6 --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,21 @@ +--- +profile: production + +# Paths to exclude from linting +exclude_paths: + - collections/ + - .git/ + +# Treat these rule IDs as warnings instead of errors +warn_list: + - experimental + - yaml[line-length] + - name + - no-handler + - risky-shell-pipe + - no-changed-when + - risky-file-permissions + +# Skip rules that don't apply to this project +skip_list: + - var-naming[no-role-prefix]