diff options
author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-06 22:13:14 +0100 |
---|---|---|
committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-02-06 22:13:14 +0100 |
commit | 1e0f492b1d7f998cb7996e0f307c1e32a07cea36 (patch) | |
tree | a38841b266894d6f0b12776cee3f1b20b4469c83 /opentofu/inventory.ini | |
parent | aeedb9882aa597a45dd43a1664d604c5f1a2d4f8 (diff) |
opentofu: completely migrated k8-cluster.tf to modules
Successfully built on proxmox
Diffstat (limited to 'opentofu/inventory.ini')
-rwxr-xr-x | opentofu/inventory.ini | 8 |
1 files changed, 4 insertions, 4 deletions
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] |