Kibana playbook update to show an example of parameters.

This commit is contained in:
Jose M 2019-07-02 19:11:02 +02:00
parent 4539f368b6
commit 5c8febd384

View File

@ -1,4 +1,10 @@
---
- hosts: <your kibana host>
- hosts: 172.16.0.162
roles:
- {role: /etc/ansible/roles/wazuh-ansible/roles/elastic-stack/ansible-kibana, elasticsearch_network_host: 'your elasticsearch IP'}
- role: ../roles/elastic-stack/ansible-kibana
kibana_xpack_security: true
kibana_user: elastic
kibana_password: elastic_pass
kibana_node_name: node-2
elasticsearch_network_host: 172.16.0.161
node_certs_generator: false