Files
ansible/.ansible-lint.yml
T
gballan f70f95141a
ci/woodpecker/push/woodpecker Pipeline was canceled
Adding ansible-lint config; hopefully last fix
2026-09-15 23:02:41 -04:00

20 lines
313 B
YAML

# .ansible-lint
---
# Exclude paths from linting
exclude_paths:
- .cache/
- .github/
- tests/
- molecule/
- roles/
# Enable specific profiles (min, basic, moderate, safety, shared, production)
profile: moderate
warn_list:
- skip_this_tag
- experimental
# Set the project directory
project_dir: .