9 lines
210 B
YAML
9 lines
210 B
YAML
---
|
|
- hosts: <WAZUH_MANAGER_HOST>
|
|
roles:
|
|
- role: ../roles/wazuh/ansible-wazuh-manager
|
|
- role: ../roles/wazuh/ansible-filebeat
|
|
filebeat_output_elasticsearch_hosts: <YOUR_ELASTICSEARCH_IP>:9200
|
|
|
|
|