This commit is contained in:
Jake Kasper
2025-12-09 09:33:48 -06:00
parent 228174e541
commit 4f1e8d3add
55 changed files with 4345 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
# Ansible Lint Configuration
# Run with: ansible-lint -c tests/linting/ansible-lint.yml
skip_list:
- yaml[line-length] # Allow longer lines in templates
- no-changed-when # Some API calls are difficult to make idempotent
- risky-file-permissions # Handled by role defaults
warn_list:
- experimental
- jinja[spacing]
exclude_paths:
- .git/
- .github/
- tests/sample_config/