Files
terraform/proxmox/archlinux/vars_vms.auto.tfvars
T
2026-09-16 01:18:29 -04:00

27 lines
632 B
HCL

vm_guests = {
ns01 ={
host = "hv02"
role = "nameserver"
description = "Authoritative nameserver, 1 of 2"
}
ns02 ={
host = "hv03"
role = "nameserver"
description = "Authoritative nameserver, 2 of 2"
}
cs01 ={
host = "hv02"
role = "cluster_support"
description = "Cluster support server (registry, gitops repo), 1 of 2"
}
cs02 ={
host = "hv03"
role = "cluster_support"
description = "Cluster support server (registry, gitops repo), 2 of 2"
}
dl01 ={
host = "hv01"
role = "download_client"
description = "Torrent search and download server, IPv4 only"
}
}