Move PostgreSQL to VMs and access via Zerotier #282

Merged
raucao merged 40 commits from feature/postgres_vms into master 2021-01-25 10:56:42 +00:00
Showing only changes of commit b1fea4b09f - Show all commits

View File

@@ -12,11 +12,14 @@
"hostname": "postgres-3", "hostname": "postgres-3",
"ipaddress": "192.168.122.96", "ipaddress": "192.168.122.96",
"roles": [ "roles": [
"postgresql_replica"
], ],
"recipes": [ "recipes": [
"kosmos-base", "kosmos-base",
"kosmos-base::default", "kosmos-base::default",
"kosmos-postgresql::hostsfile",
"kosmos-postgresql::replica",
"kosmos-postgresql::firewall",
"apt::default", "apt::default",
"timezone_iii::default", "timezone_iii::default",
"timezone_iii::debian", "timezone_iii::debian",
@@ -47,6 +50,7 @@
} }
}, },
"run_list": [ "run_list": [
"recipe[kosmos-base]" "recipe[kosmos-base]",
"role[postgresql_replica]"
] ]
} }