Update instances list
This commit is contained in:
parent
55635383f2
commit
b1faf023df
@ -22,13 +22,13 @@
|
||||
instances:
|
||||
node1:
|
||||
name: node-1 # Important: must be equal to elasticsearch_node_name.
|
||||
ip: 172.16.0.161 # When unzipping, the node will search for its node name folder to get the cert.
|
||||
ip: <node-1 IP> # When unzipping, the node will search for its node name folder to get the cert.
|
||||
node2:
|
||||
name: node-2
|
||||
ip: 172.16.0.162
|
||||
ip: <node-2 IP>
|
||||
node3:
|
||||
name: node-3
|
||||
ip: 172.16.0.163
|
||||
ip: <node-3 IP>
|
||||
|
||||
- hosts: <node-2 IP>
|
||||
roles:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user