Split project
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user