From b1fea4b09ffe87c48b5b1d8b524cb0968c13fabf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Sat, 23 Jan 2021 19:25:49 +0100 Subject: [PATCH] Update the postgres-3 node after Chef run --- nodes/postgres-3.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/nodes/postgres-3.json b/nodes/postgres-3.json index 8bcb01b..71ee87f 100644 --- a/nodes/postgres-3.json +++ b/nodes/postgres-3.json @@ -12,11 +12,14 @@ "hostname": "postgres-3", "ipaddress": "192.168.122.96", "roles": [ - + "postgresql_replica" ], "recipes": [ "kosmos-base", "kosmos-base::default", + "kosmos-postgresql::hostsfile", + "kosmos-postgresql::replica", + "kosmos-postgresql::firewall", "apt::default", "timezone_iii::default", "timezone_iii::debian", @@ -47,6 +50,7 @@ } }, "run_list": [ - "recipe[kosmos-base]" + "recipe[kosmos-base]", + "role[postgresql_replica]" ] } \ No newline at end of file