Fix playbook template
In the first host of the elastic cluster, the "node_name" property, will be "elasticsearch_node_name"
This commit is contained in:
parent
5aa0f2e6c4
commit
867df7b870
@ -4,7 +4,7 @@
|
||||
roles:
|
||||
- role: /etc/ansible/roles/wazuh-ansible/roles/elastic-stack/ansible-elasticsearch
|
||||
elasticsearch_network_host: <node-1 IP>
|
||||
node_name: node-1
|
||||
elasticsearch_node_name: node-1
|
||||
elasticsearch_bootstrap_node: true
|
||||
elasticsearch_cluster_nodes:
|
||||
- <node-1 IP>
|
||||
@ -88,4 +88,4 @@
|
||||
# kibana_node_name: node-3
|
||||
# elasticsearch_network_host: 172.16.0.161
|
||||
# node_certs_generator: false
|
||||
# elasticsearch_xpack_security_password: elastic_pass
|
||||
# elasticsearch_xpack_security_password: elastic_pass
|
||||
|
||||
Loading…
Reference in New Issue
Block a user