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:
francobep 2020-01-22 10:50:37 -03:00 committed by GitHub
parent 5aa0f2e6c4
commit 867df7b870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>