14 lines
317 B
YAML
14 lines
317 B
YAML
---
|
|
- hosts: <your wazuh agents hosts>
|
|
roles:
|
|
- ../roles/wazuh/ansible-wazuh-agent
|
|
vars:
|
|
wazuh_managers:
|
|
- address: <your manager IP>
|
|
port: 1514
|
|
protocol: tcp
|
|
api_port: 55000
|
|
api_proto: 'http'
|
|
api_user: ansible
|
|
max_retries: 5
|
|
retry_interval: 5 |