Add kvm_guest role to VMs on fornax

This commit is contained in:
Râu Cao
2022-10-18 18:43:21 +02:00
parent 895d293899
commit b78e6685ed
12 changed files with 105 additions and 20 deletions

View File

@@ -13,7 +13,8 @@
"ipaddress": "192.168.122.189",
"roles": [
"gitea",
"postgresql_client"
"postgresql_client",
"kvm_guest"
],
"recipes": [
"kosmos-base",
@@ -22,6 +23,7 @@
"kosmos_gitea",
"kosmos_gitea::default",
"kosmos_gitea::backup",
"kosmos_kvm::guest",
"apt::default",
"timezone_iii::default",
"timezone_iii::debian",
@@ -57,6 +59,7 @@
},
"run_list": [
"recipe[kosmos-base]",
"role[kvm_guest]",
"role[gitea]"
]
}
}