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

@@ -12,11 +12,13 @@
"hostname": "postgres-4",
"ipaddress": "192.168.122.3",
"roles": [
"kvm_guest",
"postgresql_replica"
],
"recipes": [
"kosmos-base",
"kosmos-base::default",
"kosmos_kvm::guest",
"kosmos_postgresql::hostsfile",
"kosmos_postgresql::replica",
"kosmos_postgresql::firewall",
@@ -52,6 +54,7 @@
},
"run_list": [
"recipe[kosmos-base]",
"role[kvm_guest]",
"role[postgresql_replica]"
]
}