diff options
| author | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-03 21:17:33 +0100 |
|---|---|---|
| committer | clyhtsuriva <aimeric@adjutor.xyz> | 2025-03-03 21:17:33 +0100 |
| commit | f8f9666a8e630d6d64a883bca25ccc4ba98d73e4 (patch) | |
| tree | 81204d58b1be9461c1af4489f7ccde0ec7e09aa0 /opentofu/variables.tf | |
| parent | cbe2665fbb9130ec3bd736f4428ea02966b125f4 (diff) | |
| download | homelab-iac-f8f9666a8e630d6d64a883bca25ccc4ba98d73e4.tar.gz homelab-iac-f8f9666a8e630d6d64a883bca25ccc4ba98d73e4.tar.bz2 homelab-iac-f8f9666a8e630d6d64a883bca25ccc4ba98d73e4.zip | |
tofu: Use static IPs, clean up vars, reduce workers
Diffstat (limited to '')
| -rw-r--r-- | opentofu/variables.tf | 10 |
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 -} |
