From 79f623de4ee502f70b77cf04ac024dcd1753cb29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Fri, 18 Feb 2022 18:15:33 +0100 Subject: [PATCH] Prepare fornax and discourse-1 for the discourse migration --- nodes/discourse-1.json | 5 +++-- nodes/fornax.kosmos.org.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/nodes/discourse-1.json b/nodes/discourse-1.json index e0d1024..d030b2b 100644 --- a/nodes/discourse-1.json +++ b/nodes/discourse-1.json @@ -48,6 +48,7 @@ } }, "run_list": [ - "recipe[kosmos-base]" + "recipe[kosmos-base]", + "role[discourse]" ] -} \ No newline at end of file +} diff --git a/nodes/fornax.kosmos.org.json b/nodes/fornax.kosmos.org.json index 853710e..2a4d048 100644 --- a/nodes/fornax.kosmos.org.json +++ b/nodes/fornax.kosmos.org.json @@ -49,6 +49,7 @@ }, "run_list": [ "recipe[kosmos-base]", - "recipe[kosmos_kvm::host]" + "recipe[kosmos_kvm::host]", + "recipe[kosmos_discourse::nginx]" ] -} \ No newline at end of file +}