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
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 7e61e9cb45 - Show all commits

View File

@ -63,7 +63,6 @@
"run_list": [
"recipe[kosmos-base]",
"recipe[kosmos_encfs]",
"role[postgresql_primary]",
"recipe[kosmos_kvm::host]",
"recipe[kosmos-ejabberd::firewall]",
"recipe[kosmos-ipfs::firewall_swarm]",

View File

@ -8,7 +8,7 @@
"automatic": {
"fqdn": "postgres-2",
"os": "linux",
"os_version": "5.4.0-59-generic",
"os_version": "5.4.0-64-generic",
"hostname": "postgres-2",
"ipaddress": "192.168.122.244",
"roles": [
@ -50,6 +50,6 @@
},
"run_list": [
"recipe[kosmos-base]",
"role[postgresql_replica]"
"role[postgresql_primary]"
]
}
}