Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
478 B

  1. ---
  2. - name: "Set up a Matrix server"
  3. hosts: "{{ target if target is defined else 'matrix-servers' }}"
  4. become: true
  5. roles:
  6. - matrix-base
  7. - matrix-mailer
  8. - matrix-postgres
  9. - matrix-corporal
  10. - matrix-bridge-mautrix-facebook
  11. - matrix-bridge-mautrix-telegram
  12. - matrix-bridge-mautrix-whatsapp
  13. - matrix-synapse
  14. - matrix-riot-web
  15. - matrix-mxisd
  16. - matrix-dimension
  17. - matrix-nginx-proxy
  18. - matrix-coturn
  19. - matrix-common-after