mirror of
https://github.com/wazuh/wazuh-ansible.git
synced 2025-12-10 00:38:17 -06:00
14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
---
|
|
# .ansible-lint
|
|
|
|
profile: production
|
|
use_default_rules: true
|
|
|
|
# This is for false positives
|
|
# 504: Do not use 'local_action', use 'delegate_to: localhost'
|
|
skip_list:
|
|
- '504'
|
|
- 'ignore-errors'
|
|
- 'role-name'
|
|
- 'var-naming'
|