13 lines
278 B
YAML
13 lines
278 B
YAML
---
|
|
- hosts: <WAZUH_MANAGER_HOST>
|
|
- vars:
|
|
- repo_dic:
|
|
debian: "deb"
|
|
redhat: "rpm"
|
|
roles:
|
|
- role: ../roles/wazuh/ansible-wazuh-manager
|
|
- role: ../roles/wazuh/ansible-filebeat
|
|
filebeat_output_elasticsearch_hosts: <YOUR_ELASTICSEARCH_IP>:9200
|
|
|
|
|