Files
gitlab-mirror/.ansible-lint
Alexander Gorelyshev 05c5041086 Fix extension
2026-05-19 00:08:21 +04:00

16 lines
402 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.yml