matrix-docker-ansible-deploy/roles/matrix-postgres/templates
Slavi Pantaleev da4cb2f639 Do not use the postgresql_user/postgresql_db modules
While these modules are really nice and helpful, we can't use them
for at least 2 reasons:

- for us, Postgres runs in a container on a private Docker network
(`--network=matrix`) without usually being exposed to the host.
These modules execute on the host so they won't be able to reach it.

- these modules require `psycopg2`, so we need to install it before
using it. This might or might not be its own can of worms.
2020-12-14 00:31:38 +02:00
..
systemd Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
usr-local-bin Fix hardcoded values in postgres script matrix-change-user-admin-status 2020-04-17 00:54:38 +02:00
env-postgres-psql.j2 Fix indentation in templates 2019-05-07 21:23:35 +02:00
env-postgres-server.j2 Use C collation for Postgres to appease Synapse 2020-01-21 00:13:47 +02:00
init-additional-db-user-and-role.sql.j2 Do not use the postgresql_user/postgresql_db modules 2020-12-14 00:31:38 +02:00