Add kvm_guest role to nodes

This commit is contained in:
Râu Cao 2022-10-19 16:28:07 +02:00
parent 34a57fa298
commit 927bb63535
Signed by: raucao
GPG Key ID: 15E65F399D084BA9
2 changed files with 7 additions and 1 deletions

View File

@ -12,12 +12,14 @@
"hostname": "bitcoin-2", "hostname": "bitcoin-2",
"ipaddress": "192.168.122.148", "ipaddress": "192.168.122.148",
"roles": [ "roles": [
"kvm_guest",
"btcpay", "btcpay",
"postgresql_client" "postgresql_client"
], ],
"recipes": [ "recipes": [
"kosmos-base", "kosmos-base",
"kosmos-base::default", "kosmos-base::default",
"kosmos_kvm::guest",
"tor-full", "tor-full",
"tor-full::default", "tor-full::default",
"kosmos-bitcoin::source", "kosmos-bitcoin::source",
@ -94,6 +96,7 @@
}, },
"run_list": [ "run_list": [
"recipe[kosmos-base]", "recipe[kosmos-base]",
"role[kvm_guest]",
"recipe[tor-full]", "recipe[tor-full]",
"recipe[kosmos-bitcoin::source]", "recipe[kosmos-bitcoin::source]",
"recipe[kosmos-bitcoin::c-lightning]", "recipe[kosmos-bitcoin::c-lightning]",

View File

@ -8,16 +8,18 @@
"automatic": { "automatic": {
"fqdn": "ejabberd-4", "fqdn": "ejabberd-4",
"os": "linux", "os": "linux",
"os_version": "5.4.0-1051-kvm", "os_version": "5.4.0-1073-kvm",
"hostname": "ejabberd-4", "hostname": "ejabberd-4",
"ipaddress": "192.168.122.39", "ipaddress": "192.168.122.39",
"roles": [ "roles": [
"kvm_guest",
"ejabberd", "ejabberd",
"postgresql_client" "postgresql_client"
], ],
"recipes": [ "recipes": [
"kosmos-base", "kosmos-base",
"kosmos-base::default", "kosmos-base::default",
"kosmos_kvm::guest",
"kosmos_postgresql::hostsfile", "kosmos_postgresql::hostsfile",
"kosmos-ejabberd::letsencrypt", "kosmos-ejabberd::letsencrypt",
"kosmos-ejabberd", "kosmos-ejabberd",
@ -58,6 +60,7 @@
}, },
"run_list": [ "run_list": [
"recipe[kosmos-base]", "recipe[kosmos-base]",
"role[kvm_guest]",
"role[ejabberd]" "role[ejabberd]"
] ]
} }