mirror of
https://github.com/natelandau/ansible-homelab-config.git
synced 2025-11-19 10:23:40 -05:00
Initial commit
This commit is contained in:
21
.ansible-lint.yml
Normal file
21
.ansible-lint.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
# Full documentation: https://ansible-lint.readthedocs.io/en/latest/index.html
|
||||
exclude_paths:
|
||||
- .cache/
|
||||
- .github/
|
||||
- ../../.cache/
|
||||
- archived_data/
|
||||
|
||||
skip_list:
|
||||
- unnamed-task
|
||||
- var-naming
|
||||
- command-instead-of-shell
|
||||
- meta-no-info
|
||||
- meta-incorrect
|
||||
- role-name
|
||||
- ignore-errors
|
||||
|
||||
warn_list:
|
||||
- experimental
|
||||
- risky-file-permissions
|
||||
- command-instead-of-module
|
||||
Reference in New Issue
Block a user