42 lines
672 B
HCL
42 lines
672 B
HCL
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"
|
|
}
|
|
] |