Add ansible-lint configuration file

This commit is contained in:
Slavi Pantaleev 2022-07-18 15:43:02 +03:00
parent c1849ae888
commit 3408c710ee
1 changed files with 14 additions and 0 deletions

14
.config/ansible-lint.yml Normal file
View File

@ -0,0 +1,14 @@
---
use_default_rules: true
skip_list:
- unnamed-task
- no-handler
- no-jinja-nesting
- schema
- var-naming
- command-instead-of-shell
- role-name
offline: false