Files
gitlab-mirror/.ansible-lint
2026-05-18 21:36:12 +04:00

16 lines
403 B
Plaintext

---
profile: production
strict: true
# Enable checking of loop variable prefixes in roles
loop_var_prefix: "^(__|{role}_)"
exclude_paths:
- .github/
- .ansible/
# ansible-lint thinks they're playbooks so gives errors, but they're not
- roles/rustdesk/molecule/default/client-binary-existance.yml
- roles/borg_server/molecule/default/secrets.yaml
- roles/sshd/molecule/default/mkuser.yaml