Initial commit.

This commit is contained in:
2025-07-15 21:31:41 +02:00
commit 8b322f39bf
6 changed files with 476 additions and 0 deletions

13
inventory.ini Normal file
View 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"