matrix-docker-ansible-deploy/roles/matrix-dynamic-dns/tasks
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
..
init.yml Add .service suffix to systemd units list 2021-01-14 23:02:10 +02:00
install.yml Move self-building git repository URLs to variables (stop hardcoding) 2020-11-28 21:34:14 +02:00
main.yml removed dhcp option 2020-10-18 21:05:32 -07:00
uninstall.yml Don't delete Docker images which may have been pulled by another 2021-01-23 14:01:31 +02:00
validate_config.yml Ensure matrix_dynamic_dns_domain_configurations contains configurations 2020-11-10 23:49:36 +02:00