2026-09-08 02:51:19 -04:00
|
|
|
vm_guests = {
|
2026-09-16 01:18:29 -04:00
|
|
|
ns01 ={
|
2026-09-08 00:15:03 -04:00
|
|
|
host = "hv02"
|
2026-09-16 01:18:29 -04:00
|
|
|
role = "nameserver"
|
|
|
|
|
description = "Authoritative nameserver, 1 of 2"
|
2026-09-08 00:15:03 -04:00
|
|
|
}
|
2026-09-16 01:18:29 -04:00
|
|
|
ns02 ={
|
2026-09-08 02:51:19 -04:00
|
|
|
host = "hv03"
|
2026-09-16 01:18:29 -04:00
|
|
|
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"
|
2026-09-08 02:51:19 -04:00
|
|
|
}
|
|
|
|
|
dl01 ={
|
2026-09-16 01:18:29 -04:00
|
|
|
host = "hv01"
|
2026-09-08 02:51:19 -04:00
|
|
|
role = "download_client"
|
2026-09-16 01:18:29 -04:00
|
|
|
description = "Torrent search and download server, IPv4 only"
|
2026-09-08 02:51:19 -04:00
|
|
|
}
|
|
|
|
|
}
|