boma/.ansible-lint
sjat 3f1d7eb128 Add core Ansible scaffold, tooling, and pre-commit guards
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-30 14:10:01 +02:00

19 lines
388 B
Text

---
profile: production
# Exclude paths Ansible-lint should not check
exclude_paths:
- .venv/
- .collections/
- .scaffold/
# Warn only (don't fail) on these rules during initial setup
# Remove entries as the codebase matures
warn_list:
- experimental
# Skip rules that conflict with our conventions
skip_list: []
# Enforce FQCN for all builtin modules
use_default_rules: true