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 5cb390f340 - Show all commits

View File

@ -2,7 +2,7 @@
"name": "centaurus.kosmos.org",
"normal": {
"knife_zero": {
"host": "centaurus.kosmos.org"
"host": "10.1.1.186"
}
},
"automatic": {
@ -14,7 +14,6 @@
"roles": [
"gitea",
"postgresql_client",
"postgresql_replica",
"discourse",
"drone"
],
@ -23,11 +22,10 @@
"kosmos-base::default",
"kosmos_encfs",
"kosmos_encfs::default",
"kosmos-postgresql::hostsfile",
"kosmos_gitea",
"kosmos_gitea::default",
"kosmos_gitea::backup",
"kosmos-postgresql::replica",
"kosmos-postgresql::firewall_replicas",
"kosmos_discourse",
"kosmos_discourse::default",
"kosmos_drone",
@ -61,8 +59,7 @@
"kosmos-nginx::firewall",
"backup::default",
"logrotate::default",
"kosmos-base::letsencrypt",
"build-essential::default"
"kosmos-base::letsencrypt"
],
"platform": "ubuntu",
"platform_version": "20.04",
@ -82,7 +79,6 @@
"recipe[kosmos-base]",
"recipe[kosmos_encfs]",
"role[gitea]",
"role[postgresql_replica]",
"role[discourse]",
"role[drone]",
"recipe[kosmos_kvm::host]",