add node.conf

This commit is contained in:
2023-01-27 02:02:42 +00:00
parent d362c5694e
commit f03b72bd41

5
node.conf Normal file
View File

@@ -0,0 +1,5 @@
#inventory settings#
master_node_name=("m1")
worker_node_name=("m2" "m3")
master_node_ip=("192.168.178.64")
worker_node_ip=("192.168.178.65" "192.168.178.66")