Split project

This commit is contained in:
2026-09-08 00:15:03 -04:00
parent 33dc172296
commit 02516f403a
33 changed files with 223 additions and 44 deletions
+32
View File
@@ -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"
}
]