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.
 
 

18 regels
367 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-synapse
  11. - matrix-riot-web
  12. - matrix-mxisd
  13. - matrix-dimension
  14. - matrix-nginx-proxy
  15. - matrix-coturn
  16. - matrix-common-after