16 lines
402 B
Plaintext
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
|