matrix-docker-ansible-deploy/roles/matrix-server/tasks/main.yml
Slavi Pantaleev a3ecb7bfd9 Add http->http redirection for Matrix/Riot
Doing this means that matrix-nginx-proxy now starts
occupying port 80, which necessitates that
SSL renewal happens slightly differently.
2017-08-06 19:10:50 +03:00

50 lines
784 B
YAML

---
- include: tasks/setup_base.yml
tags:
- setup-main
- include: tasks/setup_main.yml
tags:
- setup-main
- include: tasks/setup_ssl.yml
tags:
- setup-main
- setup-ssl
- include: tasks/setup_postgres.yml
tags:
- setup-main
- setup-postgres
- include: tasks/setup_synapse.yml
tags:
- setup-main
- setup-synapse
- include: tasks/setup_riot_web.yml
tags:
- setup-main
- setup-riot-web
- include: tasks/setup_nginx_proxy.yml
tags:
- setup-main
- setup-nginx-proxy
- include: tasks/start.yml
tags:
- start
- include: tasks/register_user.yml
tags:
- register-user
- include: tasks/import_sqlite_db.yml
tags:
- import-sqlite-db
- include: tasks/import_media_store.yml
tags:
- import-media-store