wazuh-ansible-4.8.1/playbooks/wazuh-manager.yml
2019-11-21 16:12:08 +01:00

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