ipv4 only edits
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user