Add filebeat role to wazuh-elastic_stack-single.yml playbook

This commit is contained in:
havidarou 2019-10-19 17:39:38 +02:00
parent 2848c80878
commit c265bbbaac

View File

@ -2,5 +2,7 @@
- hosts: <your server host> - hosts: <your server host>
roles: roles:
- {role: ../roles/wazuh/ansible-wazuh-manager} - {role: ../roles/wazuh/ansible-wazuh-manager}
- role: ../roles/wazuh/ansible-filebeat
filebeat_output_elasticsearch_hosts: localhost:9200
- {role: ../roles/elastic-stack/ansible-elasticsearch, elasticsearch_network_host: '0.0.0.0', single_node: true} - {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' } - { role: ../roles/elastic-stack/ansible-kibana, elasticsearch_network_host: 'localhost' }