2026-05-30 14:10:01 +02:00
|
|
|
---
|
|
|
|
|
profile: production
|
|
|
|
|
|
|
|
|
|
# Exclude paths Ansible-lint should not check
|
|
|
|
|
exclude_paths:
|
|
|
|
|
- .venv/
|
|
|
|
|
- .collections/
|
|
|
|
|
- .scaffold/
|
2026-06-18 16:44:12 +02:00
|
|
|
- tests/integration/.run/ # transient harness run dir (gitignored, generated)
|
2026-05-30 18:16:35 +02:00
|
|
|
- "**/vault.yml" # ansible-vault encrypted — not lintable YAML
|
2026-05-30 14:10:01 +02:00
|
|
|
|
|
|
|
|
# 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
|