matrix-docker-ansible-deploy/roles/matrix-server/tasks/main.yml
Slavi Pantaleev b3e62126db Switch Docker image to official one
Switching from from avhost/docker-matrix (silviof/docker-matrix)
to matrixdotorg/synapse.

The avhost/docker-matrix (silviof/docker-matrix) image used to bundle
in the coturn STUN/TURN server, so as part of the move,
we're separating this to a separately-ran service
(matrix-coturn.service, powered by instrumentisto/coturn-docker-image)
2018-05-25 21:58:53 +03:00

66 lines
1.0 KiB
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_s3fs.yml
tags:
- setup-main
- setup-s3fs
- include: tasks/setup_goofys.yml
tags:
- setup-main
- setup-goofys
- include: tasks/setup_coturn.yml
tags:
- setup-main
- setup-coturn
- include: tasks/setup_synapse.yml
tags:
- setup-main
- setup-synapse
- setup-coturn
- 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