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
2 changed files with 7 additions and 1 deletions

View File

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