aboutsummaryrefslogtreecommitdiff
path: root/opentofu/variables.tf
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2025-03-03 21:17:33 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2025-03-03 21:17:33 +0100
commitf8f9666a8e630d6d64a883bca25ccc4ba98d73e4 (patch)
tree81204d58b1be9461c1af4489f7ccde0ec7e09aa0 /opentofu/variables.tf
parentcbe2665fbb9130ec3bd736f4428ea02966b125f4 (diff)
tofu: Use static IPs, clean up vars, reduce workers
Diffstat (limited to 'opentofu/variables.tf')
-rw-r--r--opentofu/variables.tf10
1 files changed, 0 insertions, 10 deletions
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
-}