Initial commit.
This commit is contained in:
13
inventory.ini
Normal file
13
inventory.ini
Normal file
@ -0,0 +1,13 @@
|
||||
[control_planes]
|
||||
192.168.122.101
|
||||
192.168.122.102
|
||||
192.168.122.103
|
||||
|
||||
[workers]
|
||||
192.168.122.111
|
||||
192.168.122.112
|
||||
|
||||
[all:vars]
|
||||
# The IP of the first control plane node. This will be the API endpoint for the cluster.
|
||||
# This MUST match the first IP in the [control_planes] group.
|
||||
apiserver_endpoint = "192.168.122.101"
|
Reference in New Issue
Block a user