From f8f9666a8e630d6d64a883bca25ccc4ba98d73e4 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Mon, 3 Mar 2025 21:17:33 +0100 Subject: tofu: Use static IPs, clean up vars, reduce workers --- opentofu/variables.tf | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'opentofu/variables.tf') diff --git a/opentofu/variables.tf b/opentofu/variables.tf index 30f20ec..30e82bf 100644 --- a/opentofu/variables.tf +++ b/opentofu/variables.tf @@ -35,13 +35,3 @@ variable "ssh_public_key" { type = string sensitive = true } - -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 -} -- cgit v1.2.3