matrix-docker-ansible-deploy/roles
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
..
matrix-base Remove synapse-janitor support 2020-12-11 23:24:42 +02:00
matrix-bot-matrix-reminder-bot Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-bridge-appservice-discord WIP: postgres: create databases for all services 2020-12-10 18:26:22 +01:00
matrix-bridge-appservice-irc WIP: postgres: create databases for all services 2020-12-10 18:26:22 +01:00
matrix-bridge-appservice-slack WIP: postgres: create databases for all services 2020-12-10 18:26:22 +01:00
matrix-bridge-appservice-webhooks Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-bridge-mautrix-facebook WIP: postgres: create databases for all services 2020-12-10 18:26:22 +01:00
matrix-bridge-mautrix-hangouts WIP: postgres: create databases for all services 2020-12-10 18:26:22 +01:00
matrix-bridge-mautrix-telegram WIP: postgres: create databases for all services 2020-12-10 18:26:22 +01:00
matrix-bridge-mautrix-whatsapp WIP: postgres: create databases for all services 2020-12-10 18:26:22 +01:00
matrix-bridge-mx-puppet-discord WIP: postgres: create databases for all services 2020-12-10 18:26:22 +01:00
matrix-bridge-mx-puppet-instagram WIP: postgres: create databases for all services 2020-12-10 18:26:22 +01:00
matrix-bridge-mx-puppet-skype WIP: postgres: create databases for all services 2020-12-10 18:26:22 +01:00
matrix-bridge-mx-puppet-slack WIP: postgres: create databases for all services 2020-12-10 18:26:22 +01:00
matrix-bridge-mx-puppet-steam WIP: postgres: create databases for all services 2020-12-10 18:26:22 +01:00
matrix-bridge-mx-puppet-twitter WIP: postgres: create databases for all services 2020-12-10 18:26:22 +01:00
matrix-bridge-sms Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-client-element Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-common-after/tasks Add matrix_services_autostart_enabled variable for preventing services autostart 2020-11-30 20:58:21 +02:00
matrix-corporal Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-coturn Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-dimension WIP: postgres: create databases for all services 2020-12-10 18:26:22 +01:00
matrix-dynamic-dns Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-email2matrix Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-jitsi Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-ma1sd Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-mailer Make matrix-mailer not occupy matrix_server_fqn_matrix 2020-12-10 23:51:11 +02:00
matrix-nginx-proxy Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-postgres Do not use the postgresql_user/postgresql_db modules 2020-12-14 00:31:38 +02:00
matrix-registration Switch matrix-registration to v0.7.1 2020-12-11 22:52:42 +02:00
matrix-synapse Fix systemd services autostart problem with Docker 20.10 2020-12-10 11:43:20 +02:00
matrix-synapse-admin Upgrade synapse-admin (v0.5.0 -> 0.6.1) 2020-12-10 16:28:48 -06:00