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: