matrix-docker-ansible-deploy/roles/matrix-postgres/tasks/util
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
..
create_additional_database.yml Do not use the postgresql_user/postgresql_db modules 2020-12-14 00:31:38 +02:00
create_additional_databases.yml Do not use the postgresql_user/postgresql_db modules 2020-12-14 00:31:38 +02:00
detect_existing_postgres_version.yml Add support for postgres 13 2020-09-30 16:50:59 -05:00