matrix-docker-ansible-deploy/roles/matrix-server/tasks
Slavi Pantaleev 0d1a2071de Ensure playbook works if running at SSL-renewal time
matrix-nginx-proxy will be occupying port 80 soon,
so that we can be more user-friendly and have
http->https forwarding for the Riot hostname.

During the playbook run, acmetool also expects to use
port 80 for domain verification.

During an initial playbook run, this wouldn't cause trouble
because matrix-nginx-proxy is not installed yet.

However, on subsequent playbook runs, it would cause trouble.

This ensures that if matrix-nginx-proxy is available
and running, it would be stopped before running acmetool
and started right after.
2017-08-06 18:40:16 +03:00
..
import_media_store.yml
import_sqlite_db.yml
main.yml
register_user.yml Allow regular users to be created as well (not only admins) 2017-08-01 11:11:29 +03:00
setup_base.yml
setup_main.yml
setup_nginx_proxy.yml
setup_postgres.yml
setup_riot_web.yml
setup_ssl.yml Ensure playbook works if running at SSL-renewal time 2017-08-06 18:40:16 +03:00
setup_synapse.yml Enable TURN support and UDP for STUN 2017-08-06 18:26:06 +03:00
start.yml