matrix-docker-ansible-deploy/roles
Slavi Pantaleev 1cd251ed78 Don't delete Docker images which may have been pulled by another
Some people run Coturn or Jitsi, etc., by themselves and disable it
in the playbook.

Because the playbook is trying to be nice and clean up after itself,
it was deleting these Docker images.

However, people wish to pull and use them separately and would rather
they don't get deleted.

We could make this configurable for the sake of this special case, but
it's simpler to just avoid deleting these images.
It's not like this "cleaning things up" thing works anyway.
As time goes on, the playbook gets updated with newer image tags
and we leave so many images behind. If one doesn't run
`docker system prune -a` manually once in a while, they'd get swamped
with images anyway. Whether we leave a few images behind due to the lack
of this cleanup now is pretty much irrelevant.
2021-01-23 14:01:31 +02:00
..
matrix-aux Add matrix-aux role to help with managing auxiliary files/directories 2021-01-11 22:32:52 +02:00
matrix-base Work around annoying Docker warning about undefined $HOME 2021-01-15 00:23:01 +02:00
matrix-bot-matrix-reminder-bot Work around annoying Docker warning about undefined $HOME 2021-01-15 00:23:01 +02:00
matrix-bridge-appservice-discord Work around annoying Docker warning about undefined $HOME 2021-01-15 00:23:01 +02:00
matrix-bridge-appservice-irc Ensure matrix_appservice_irc_docker_src_files_path created when self-building 2021-01-22 22:42:40 +02:00
matrix-bridge-appservice-slack Work around annoying Docker warning about undefined $HOME 2021-01-15 00:23:01 +02:00
matrix-bridge-appservice-webhooks Work around annoying Docker warning about undefined $HOME 2021-01-15 00:23:01 +02:00
matrix-bridge-mautrix-facebook Upgrade mautrix-facebook to the new Postgres-only version 2021-01-20 10:12:51 +02:00
matrix-bridge-mautrix-hangouts Work around annoying Docker warning about undefined $HOME 2021-01-15 00:23:01 +02:00
matrix-bridge-mautrix-signal Try to tighten Signal bridge security 2021-01-22 18:56:08 +02:00
matrix-bridge-mautrix-telegram Fix mautrix-telegram paths creation bug 2021-01-19 09:15:34 +02:00
matrix-bridge-mautrix-whatsapp Attempt to fix mautrix-whatsapp DB migration user table conflict 2021-01-15 17:13:47 +02:00
matrix-bridge-mx-puppet-discord Make mx-puppet-* bridges not log to files 2021-01-22 19:22:26 +02:00
matrix-bridge-mx-puppet-instagram Make mx-puppet-* bridges not log to files 2021-01-22 19:22:26 +02:00
matrix-bridge-mx-puppet-skype Make mx-puppet-* bridges not log to files 2021-01-22 19:22:26 +02:00
matrix-bridge-mx-puppet-slack Make mx-puppet-* bridges not log to files 2021-01-22 19:22:26 +02:00
matrix-bridge-mx-puppet-steam Make mx-puppet-* bridges not log to files 2021-01-22 19:22:26 +02:00
matrix-bridge-mx-puppet-twitter Make mx-puppet-* bridges not log to files 2021-01-22 19:22:26 +02:00
matrix-bridge-sms Work around annoying Docker warning about undefined $HOME 2021-01-15 00:23:01 +02:00
matrix-client-element Update element-web (1.7.16 -> 1.7.17) 2021-01-20 08:35:07 -05:00
matrix-common-after/tasks Replace cronjobs with systemd timers 2021-01-14 23:35:50 +02:00
matrix-corporal Upgrade matrix-corporal (2.0.1 -> 2.1.0) 2021-01-18 18:23:17 +02:00
matrix-coturn Don't delete Docker images which may have been pulled by another 2021-01-23 14:01:31 +02:00
matrix-dimension Work around annoying Docker warning about undefined $HOME 2021-01-15 00:23:01 +02:00
matrix-dynamic-dns Don't delete Docker images which may have been pulled by another 2021-01-23 14:01:31 +02:00
matrix-email2matrix Work around annoying Docker warning about undefined $HOME 2021-01-15 00:23:01 +02:00
matrix-jitsi Don't delete Docker images which may have been pulled by another 2021-01-23 14:01:31 +02:00
matrix-ma1sd Work around annoying Docker warning about undefined $HOME 2021-01-15 00:23:01 +02:00
matrix-mailer Work around annoying Docker warning about undefined $HOME 2021-01-15 00:23:01 +02:00
matrix-nginx-proxy When validating LE certs, do not wait for a random time 2021-01-19 18:41:45 +01:00
matrix-postgres Fix some Postgres CLI scripts to target the correct database 2021-01-23 11:38:34 +02:00
matrix-registration Work around annoying Docker warning about undefined $HOME 2021-01-15 00:23:01 +02:00
matrix-synapse Reorganize Postgres access (breaking change) 2021-01-22 13:26:12 +02:00
matrix-synapse-admin Work around annoying Docker warning about undefined $HOME 2021-01-15 00:23:01 +02:00