From 99b3eae13048c26772d331f32a038a8e159b5cbb Mon Sep 17 00:00:00 2001 From: Eric Meehan Date: Thu, 30 Jan 2025 16:19:08 -0500 Subject: [PATCH] Discourse database --- tasks/discourse.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/tasks/discourse.yaml b/tasks/discourse.yaml index 7835bc8..f0d543a 100644 --- a/tasks/discourse.yaml +++ b/tasks/discourse.yaml @@ -26,7 +26,7 @@ - https://github.com/discourse/discourse-openid-connect - https://github.com/jonmbake/discourse-ldap-auth persistPlugins: false - compatiblePlugins: false + compatiblePlugins: true resourcesPreset: none persistence: size: 2Ti @@ -41,13 +41,11 @@ enabled: true auth: enablePostgresUser: true - postgresPassword: bitnami - username: bn_discourse + postgresPassword: "{{ discourse_admin_password }}" + username: discourse password: "{{ discourse_admin_password }}" - database: bitnami_application - architecture: standalone + database: discourse primary: - resourcesPreset: "nano" persistence: size: 2Ti redis: