From 093a0b81aafce9c103aa37403d1dbd15e3784b12 Mon Sep 17 00:00:00 2001 From: mrwho Date: Mon, 11 May 2026 16:06:11 +0300 Subject: [PATCH] lint --- .ansible-lint | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .ansible-lint 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]