matrix-docker-ansible-deploy/roles/custom/matrix-dendrite
Slavi Pantaleev 6427397486 Do not hardcode sslmode=disable to Postgres connection strings - make it configurable
This is backward-compatible with what we had before. We're not changing
the SSL mode - just making it configurable.

Most components are defaulting to `sslmode=disable`, while some
(`matrix-bot-matrix-reminder-bot` and others) do not specify an `sslmode` at all.

We're making sslmode configurable, because certain external Postgres
servers may be configured to require SSL encryption.
In such cases `sslmode=disable` does not work and needs to be changed to
`sslmode=require` or something else (`verify-ca`, `verify-full`, etc).
2023-08-22 19:40:50 +03:00
..
defaults Do not hardcode sslmode=disable to Postgres connection strings - make it configurable 2023-08-22 19:40:50 +03:00
tasks Add changed_when to Dendrite self-building task to make ansible-lint happy 2023-05-11 11:23:09 +03:00
templates/dendrite Do not hardcode sslmode=disable to Postgres connection strings - make it configurable 2023-08-22 19:40:50 +03:00
vars Remove unnecessary matrix_dendrite_role_executed 2022-11-23 16:15:33 +02:00