ipv4 only edits

This commit is contained in:
2026-09-16 01:18:29 -04:00
parent 7882e85e57
commit 4b92cd198f
5 changed files with 31 additions and 14 deletions
+18 -5
View File
@@ -1,14 +1,27 @@
vm_guests = {
ch01 ={
ns01 ={
host = "hv02"
role = "container_host"
role = "nameserver"
description = "Authoritative nameserver, 1 of 2"
}
ch02 ={
ns02 ={
host = "hv03"
role = "container_host"
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 = "hv03"
host = "hv01"
role = "download_client"
description = "Torrent search and download server, IPv4 only"
}
}