Merge branch 'lnd_tor_changes' into feature/qemu_snapshots

This commit is contained in:
Râu Cao
2022-10-19 15:23:39 +02:00
10 changed files with 32 additions and 10 deletions

View File

@@ -12,12 +12,14 @@
"hostname": "akkounts-1",
"ipaddress": "192.168.122.160",
"roles": [
"kvm_guest",
"akkounts",
"postgresql_client"
],
"recipes": [
"kosmos-base",
"kosmos-base::default",
"kosmos_kvm::guest",
"kosmos_postgresql::hostsfile",
"kosmos-akkounts",
"kosmos-akkounts::default",
@@ -77,6 +79,7 @@
},
"run_list": [
"recipe[kosmos-base]",
"role[kvm_guest]",
"role[akkounts]"
]
}