wazuh-ansible-4.8.1/playbooks/wazuh-elastic_stack-single.yml
2019-06-12 21:11:12 +02:00

7 lines
310 B
YAML

---
- hosts: <your server host>
roles:
- {role: ../roles/wazuh/ansible-wazuh-manager}
- {role: ../roles/elastic-stack/ansible-elasticsearch, elasticsearch_network_host: '0.0.0.0', single_node: true}
- { role: ../roles/elastic-stack/ansible-kibana, elasticsearch_network_host: 'localhost' }