feat: add remote node configuration
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
10
variables.tf
10
variables.tf
@@ -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"
|
||||
|
Reference in New Issue
Block a user