style(): added ansible-lint config and updated yamllint config

This commit is contained in:
ITQ
2026-03-19 14:38:22 +03:00
parent 69d019576b
commit 0df2b1fd61
5 changed files with 119 additions and 18 deletions
+23
View File
@@ -0,0 +1,23 @@
---
profile: production
exclude_paths:
- external_roles/
- .ansible/
skip_list:
- yaml[line-length]
warn_list:
- jinja[spacing]
enable_list:
- fqcn
- no-changed-when
- no-handler
- name[casing]
- key-order
use_default_rules: true
offline: false