Make comment about nodes name clearer
This commit is contained in:
parent
db6f69cfb8
commit
f6efcc0171
@ -2,17 +2,18 @@
|
|||||||
|
|
||||||
- hosts: 172.16.0.161
|
- hosts: 172.16.0.161
|
||||||
roles:
|
roles:
|
||||||
- role: ../roles/elastic-stack/ansible-elasticsearch
|
- ../roles/elastic-stack/ansible-elasticsearch
|
||||||
elasticsearch_network_host: 172.16.0.161
|
elasticsearch_network_host: 172.16.0.161
|
||||||
elasticsearch_bootstrap_node: true
|
elasticsearch_bootstrap_node: true
|
||||||
elasticsearch_cluster_nodes:
|
elasticsearch_cluster_nodes:
|
||||||
- 172.16.0.161
|
- 172.16.0.161
|
||||||
node_certs_generator: true
|
node_certs_generator: true
|
||||||
node_name: node-1
|
node_name: node-1
|
||||||
elasticsearch_xpack_security: true
|
elasticsearch_xpack_security: true
|
||||||
|
|
||||||
vars:
|
vars:
|
||||||
instances:
|
instances:
|
||||||
- name: node-1 # Important: must be equal to node name.
|
- name: node-1 # Important: must be equal to elasticsearch_node_name.
|
||||||
ip: 172.16.0.161 # When unzipping, node will search for his node name folder to get the cert.
|
ip: 172.16.0.161 # When unzipping, node will search for his node name folder to get the cert.
|
||||||
|
|
||||||
- name: node-2
|
- name: node-2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user