wazuh-ansible-4.8.1/playbooks/wazuh-agent.yml
2020-10-01 10:43:44 +02:00

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