aboutsummaryrefslogtreecommitdiff
path: root/.ansible-lint
diff options
context:
space:
mode:
Diffstat (limited to '.ansible-lint')
-rw-r--r--.ansible-lint16
1 files changed, 16 insertions, 0 deletions
diff --git a/.ansible-lint b/.ansible-lint
new file mode 100644
index 0000000..de68378
--- /dev/null
+++ b/.ansible-lint
@@ -0,0 +1,16 @@
+# .ansible-lint
+
+skip_list:
+ - risky-file-permissions
+ - no-changed-when
+ - command-instead-of-module
+ - unnamed-task
+ - git-latest
+ - fqcn[action-core] # Use FQCN for builtin actions
+ - fqcn[action] # Use FQCN for builtin actions
+warn_list:
+ - package-latest
+ - ignore-errors
+ - jinja[spacing] # Rule that looks inside jinja2 templates
+ - experimental # all rules tagged as experimental
+ - name[casing] # Rule for checking task and play names