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,11 +12,13 @@
"hostname": "postgres-2",
"ipaddress": "192.168.122.244",
"roles": [
"kvm_guest",
"postgresql_primary"
],
"recipes": [
"kosmos-base",
"kosmos-base::default",
"kosmos_kvm::guest",
"kosmos_postgresql::primary",
"kosmos_postgresql::firewall",
"kosmos_gitea::pg_db",
@@ -52,6 +54,7 @@
},
"run_list": [
"recipe[kosmos-base]",
"role[kvm_guest]",
"role[postgresql_primary]"
]
}