wazuh-ansible-4.8.1/molecule/default/playbook.yml
2019-08-16 19:23:46 +02:00

9 lines
350 B
YAML

---
- name: Converge
hosts: all
roles:
- role: wazuh/ansible-wazuh-manager
- {role: wazuh/ansible-filebeat, filebeat_output_elasticsearch_hosts: 'localhost:9200'}
- {role: elastic-stack/ansible-elasticsearch, elasticsearch_network_host: 'localhost'}
- {role: elastic-stack/ansible-kibana, elasticsearch_network_host: 'localhost'}