aboutsummaryrefslogtreecommitdiff
path: root/opentofu/inventory.ini
diff options
context:
space:
mode:
Diffstat (limited to 'opentofu/inventory.ini')
-rwxr-xr-xopentofu/inventory.ini14
1 files changed, 14 insertions, 0 deletions
diff --git a/opentofu/inventory.ini b/opentofu/inventory.ini
new file mode 100755
index 0000000..6ddc132
--- /dev/null
+++ b/opentofu/inventory.ini
@@ -0,0 +1,14 @@
+[kube_control_plane]
+192.168.1.103
+
+[etcd]
+192.168.1.103
+
+[kube_node]
+192.168.1.105
+192.168.1.104
+
+
+[k8s_cluster:children]
+kube_control_plane
+kube_node