From 4e2703c52026009c34e8dcb8294b50881f9152f8 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Mon, 3 Feb 2025 17:21:58 +0100 Subject: opentofu: add kubespray submodule to deploy via ansible Not working yet, getting : "msg": "Ansible must be between 2.16.4 and 2.17.0 exclusive - you have 2.17.5" --- opentofu/inventory.ini | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 opentofu/inventory.ini (limited to 'opentofu/inventory.ini') diff --git a/opentofu/inventory.ini b/opentofu/inventory.ini new file mode 100755 index 0000000..f00a94a --- /dev/null +++ b/opentofu/inventory.ini @@ -0,0 +1,14 @@ +[kube_control_plane] +192.168.1.86 + +[etcd] +192.168.1.86 + +[kube_node] +192.168.1.84 +192.168.1.85 + + +[k8s_cluster:children] +kube_control_plane +kube_node -- cgit v1.2.3