This commit is contained in:
2026-09-03 00:35:34 -04:00
parent af8dcaec06
commit fafc013896
16 changed files with 187 additions and 139 deletions
-15
View File
@@ -1,41 +1,26 @@
vm_guests = [
{
cpu = 1
host = "hv01"
ipv4_address = "10.96.10.61"
memory = 4096
name = "cp01"
role = "controlplane"
},
{
cpu = 1
host = "hv02"
ipv4_address = "10.96.10.62"
memory = 4096
name = "cp02"
role = "controlplane"
},
{
cpu = 1
host = "hv03"
ipv4_address = "10.96.10.63"
memory = 4096
name = "cp03"
role = "controlplane"
},
{
cpu = 1
host = "hv02"
ipv4_address = "10.96.10.64"
memory = 4096
name = "wn01"
role = "worker"
},
{
cpu = 1
host = "hv03"
ipv4_address = "10.96.10.65"
memory = 4096
name = "wn02"
role = "worker"
}