diff --git a/tasks/discourse.yaml b/tasks/discourse.yaml index 2421478..2a9e865 100644 --- a/tasks/discourse.yaml +++ b/tasks/discourse.yaml @@ -39,8 +39,16 @@ tls: true postgresql: enabled: true + auth: + enablePostgresUser: true + postgresPassword: "{{ discourse_admin_password }}" + username: discourse + password: "{{ discourse_admin_password }}" + database: discourse primary: persistence: size: 2Ti redis: enabled: true + auth: + password: "{{ discoures_admin_password }}"