This commit is contained in:
mrwho 2026-05-11 16:06:11 +03:00
parent 90e35a58f0
commit 093a0b81aa

21
.ansible-lint Normal file
View file

@ -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]