32 lines
422 B
HCL
32 lines
422 B
HCL
vm_guests = [
|
|
{
|
|
host = "hv01"
|
|
name = "cp01"
|
|
role = "controlplane"
|
|
},
|
|
{
|
|
host = "hv02"
|
|
name = "cp02"
|
|
role = "controlplane"
|
|
},
|
|
{
|
|
host = "hv03"
|
|
name = "cp03"
|
|
role = "controlplane"
|
|
},
|
|
{
|
|
host = "hv01"
|
|
name = "wn01"
|
|
role = "worker"
|
|
},
|
|
{
|
|
host = "hv02"
|
|
name = "wn02"
|
|
role = "worker"
|
|
},
|
|
{
|
|
host = "hv03"
|
|
name = "wn03"
|
|
role = "worker"
|
|
}
|
|
] |