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/variables.tf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'opentofu/variables.tf') diff --git a/opentofu/variables.tf b/opentofu/variables.tf index bdbc17f..c777b21 100644 --- a/opentofu/variables.tf +++ b/opentofu/variables.tf @@ -43,11 +43,15 @@ variable "ssh_public_key" { sensitive = true } -variable "ansible_playbook_path" { +variable "docker_ansible_playbook_path" { description = "Path to the Ansible playbook for Docker installation" type = string } +variable "k8s_ansible_playbook_path" { + description = "Path to the Ansible playbook for k8s installation" + type = string +} variable "k8s_worker_vm_name_prefix" { description = "VM name prefix" -- cgit v1.2.3