Split project
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
vm_guests = [
|
||||
{
|
||||
host = "hv02"
|
||||
name = "ch01"
|
||||
role = "container_host"
|
||||
},
|
||||
{
|
||||
host = "hv03"
|
||||
name = "ch02"
|
||||
role = "container_host"
|
||||
},
|
||||
{
|
||||
host = "hv03"
|
||||
name = "dl01"
|
||||
role = "download"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user