Archlinux on pve working

This commit is contained in:
2026-09-08 02:51:19 -04:00
parent 02516f403a
commit c32aa4982c
6 changed files with 184 additions and 39 deletions
+11 -14
View File
@@ -1,17 +1,14 @@
vm_guests = [
{
vm_guests = {
ch01 ={
host = "hv02"
name = "ch01"
role = "container_host"
},
{
host = "hv03"
name = "ch02"
role = "container_host"
},
{
host = "hv03"
name = "dl01"
role = "download"
}
]
ch02 ={
host = "hv03"
role = "container_host"
}
dl01 ={
host = "hv03"
role = "download_client"
}
}