Remove the postgresql_replica from centaurus, run Chef

I have also deleted the data directory (in /mnt/data)
This commit is contained in:
Greg Karékinian 2021-01-23 16:55:54 +01:00
parent 4e1bd458f3
commit 5cb390f340

View File

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