From 1e0f492b1d7f998cb7996e0f307c1e32a07cea36 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Thu, 6 Feb 2025 22:13:14 +0100 Subject: opentofu: completely migrated k8-cluster.tf to modules Successfully built on proxmox --- opentofu/inventory.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'opentofu/inventory.ini') diff --git a/opentofu/inventory.ini b/opentofu/inventory.ini index 6ddc132..a694cef 100755 --- a/opentofu/inventory.ini +++ b/opentofu/inventory.ini @@ -1,12 +1,12 @@ [kube_control_plane] -192.168.1.103 +192.168.1.113 [etcd] -192.168.1.103 +192.168.1.113 [kube_node] -192.168.1.105 -192.168.1.104 +192.168.1.110 +192.168.1.111 [k8s_cluster:children] -- cgit v1.2.3