Kibana playbook update to show an example of parameters.
This commit is contained in:
parent
4539f368b6
commit
5c8febd384
@ -1,4 +1,10 @@
|
|||||||
---
|
---
|
||||||
- hosts: <your kibana host>
|
- hosts: 172.16.0.162
|
||||||
roles:
|
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user