matrix-docker-ansible-deploy/roles/matrix-postgres/tasks
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
..
util Do not use the postgresql_user/postgresql_db modules 2020-12-14 00:31:38 +02:00
import_postgres.yml
import_sqlite_db.yml
init.yml
main.yml Remove synapse-janitor support 2020-12-11 23:24:42 +02:00
migrate_postgres_data_directory.yml
run_vacuum.yml
setup_postgres.yml Do not execute additional databases creation code if not necessary 2020-12-13 23:46:05 +02:00
upgrade_postgres.yml
validate_config.yml Ensure Postgres passwords are not longer than 99 characters 2020-11-26 09:51:48 +02:00