feat: add remote node configuration
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-01-12 13:28:20 +01:00
parent 0f414cee73
commit 6fc69da087
3 changed files with 44 additions and 1 deletions

View File

@@ -8,6 +8,16 @@ variable "proxmox_ip" {
default = "10.0.11.0"
}
variable "proxy_ip" {
description = "which ip to use for the caddy file"
default = "10.0.9.0"
}
variable "proxy_location" {
description = "which where to place the files upstream"
default = "/root/wireguard/nodes"
}
variable "proxmox_node" {
description = "which node is the vm associated"
default = "clank-smolboks-0"