Matrix Docker Ansible eploy
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 

38 líneas
1.0 KiB

  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-appservice-discord
  11. - matrix-bridge-appservice-slack
  12. - matrix-bridge-appservice-webhooks
  13. - matrix-bridge-appservice-irc
  14. - matrix-bridge-mautrix-facebook
  15. - matrix-bridge-mautrix-hangouts
  16. - matrix-bridge-mautrix-telegram
  17. - matrix-bridge-mautrix-whatsapp
  18. - matrix-bridge-mx-puppet-discord
  19. - matrix-bridge-mx-puppet-steam
  20. - matrix-bridge-mx-puppet-skype
  21. - matrix-bridge-mx-puppet-slack
  22. - matrix-bridge-mx-puppet-twitter
  23. - matrix-bridge-mx-puppet-instagram
  24. - matrix-bridge-sms
  25. - matrix-bot-matrix-reminder-bot
  26. - matrix-synapse
  27. - matrix-synapse-admin
  28. - matrix-registration
  29. - matrix-client-element
  30. - matrix-jitsi
  31. - matrix-ma1sd
  32. - matrix-dimension
  33. - matrix-email2matrix
  34. - matrix-nginx-proxy
  35. - matrix-coturn
  36. - matrix-common-after