Merge pull request #277 from wazuh/fix_single_playbook

Add filebeat role to wazuh-elastic_stack-single.yml playbook
This commit is contained in:
Manuel J. Bernal 2019-10-19 17:48:02 +02:00 committed by GitHub
commit 931b663adf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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' }