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 Initial commit 2017-07-31 23:08:20 +03:00
import_sqlite_db.yml Initial commit 2017-07-31 23:08:20 +03:00
main.yml Initial commit 2017-07-31 23:08:20 +03:00
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 Initial commit 2017-07-31 23:08:20 +03:00
setup_main.yml Initial commit 2017-07-31 23:08:20 +03:00
setup_nginx_proxy.yml Initial commit 2017-07-31 23:08:20 +03:00
setup_postgres.yml Initial commit 2017-07-31 23:08:20 +03:00
setup_riot_web.yml Initial commit 2017-07-31 23:08:20 +03:00
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 Initial commit 2017-07-31 23:08:20 +03:00