From da278822f6c85c3faee2bb7ae0e74fed63fc8650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Thu, 14 May 2020 15:09:33 +0200 Subject: [PATCH] Use the new postgresql_primary role on andromeda --- nodes/andromeda.kosmos.org.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nodes/andromeda.kosmos.org.json b/nodes/andromeda.kosmos.org.json index fc8ce4d..08697e1 100644 --- a/nodes/andromeda.kosmos.org.json +++ b/nodes/andromeda.kosmos.org.json @@ -24,6 +24,7 @@ "ipaddress": "46.4.18.160", "roles": [ "base", + "postgresql_primary", "mastodon", "ejabberd" ], @@ -73,7 +74,6 @@ "nginx::commons_dir", "nginx::commons_script", "nginx::commons_conf", - "build-essential::default", "ark::default", "composer::default", "composer::install", @@ -107,7 +107,8 @@ "tor-full::default", "kosmos-base::letsencrypt", "git::default", - "git::package" + "git::package", + "build-essential::default" ], "platform": "ubuntu", "platform_version": "18.04", @@ -128,7 +129,7 @@ "recipe[kosmos-base::andromeda_firewall]", "recipe[kosmos-ipfs]", "recipe[kosmos-ipfs::public_gateway]", - "recipe[kosmos-postgresql]", + "role[postgresql_primary]", "recipe[kosmos-mediawiki]", "recipe[kosmos-btcpayserver::proxy]", "role[mastodon]",