Remove the postgresql_replica from centaurus, run Chef

I have also deleted the data directory (in /mnt/data)
This commit is contained in:
Greg 2021-01-23 16:55:54 +01:00
parent 4e1bd458f3
commit 5cb390f340
1 changed files with 3 additions and 7 deletions

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]",