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