From e02cf37430f92859a0f4b644af6d2665847c3997 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Tue, 4 Mar 2025 20:09:31 +0100 Subject: opentofu: Incr. nb of k3s workers + remove ansible custom module --- opentofu/variables.tf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'opentofu/variables.tf') diff --git a/opentofu/variables.tf b/opentofu/variables.tf index 30e82bf..5303878 100644 --- a/opentofu/variables.tf +++ b/opentofu/variables.tf @@ -26,11 +26,6 @@ variable "vm_username" { default = "mas" } -variable "ssh_private_key_path" { - description = "Path to the SSH private key for Ansible" - type = string -} - variable "ssh_public_key" { type = string sensitive = true -- cgit v1.2.3