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.
 
 

100 líneas
3.4 KiB

  1. ---
  2. - name: "Set up a Matrix server"
  3. hosts: "{{ target if target is defined else 'matrix_servers' }}"
  4. become: true
  5. vars_files:
  6. - roles/custom/matrix-synapse/vars/workers.yml
  7. roles:
  8. # This role has no tasks at all
  9. - role: galaxy/com.devture.ansible.role.playbook_help
  10. # This role has no tasks at all
  11. - role: galaxy/com.devture.ansible.role.systemd_docker_base
  12. - role: custom/matrix_playbook_migration
  13. - when: devture_timesync_installation_enabled | bool
  14. role: galaxy/com.devture.ansible.role.timesync
  15. tags:
  16. - setup-timesync
  17. - setup-all
  18. - custom/matrix-base
  19. - custom/matrix-dynamic-dns
  20. - custom/matrix-mailer
  21. - custom/matrix-postgres
  22. - custom/matrix-redis
  23. - custom/matrix-corporal
  24. - custom/matrix-bridge-appservice-discord
  25. - custom/matrix-bridge-appservice-slack
  26. - custom/matrix-bridge-appservice-webhooks
  27. - custom/matrix-bridge-appservice-irc
  28. - custom/matrix-bridge-appservice-kakaotalk
  29. - custom/matrix-bridge-beeper-linkedin
  30. - custom/matrix-bridge-go-skype-bridge
  31. - custom/matrix-bridge-mautrix-facebook
  32. - custom/matrix-bridge-mautrix-twitter
  33. - custom/matrix-bridge-mautrix-hangouts
  34. - custom/matrix-bridge-mautrix-googlechat
  35. - custom/matrix-bridge-mautrix-instagram
  36. - custom/matrix-bridge-mautrix-signal
  37. - custom/matrix-bridge-mautrix-telegram
  38. - custom/matrix-bridge-mautrix-whatsapp
  39. - custom/matrix-bridge-mautrix-discord
  40. - custom/matrix-bridge-mx-puppet-discord
  41. - custom/matrix-bridge-mx-puppet-groupme
  42. - custom/matrix-bridge-mx-puppet-steam
  43. - custom/matrix-bridge-mx-puppet-slack
  44. - custom/matrix-bridge-mx-puppet-twitter
  45. - custom/matrix-bridge-mx-puppet-instagram
  46. - custom/matrix-bridge-sms
  47. - custom/matrix-bridge-heisenbridge
  48. - custom/matrix-bridge-hookshot
  49. - custom/matrix-bot-matrix-reminder-bot
  50. - custom/matrix-bot-matrix-registration-bot
  51. - custom/matrix-bot-maubot
  52. - custom/matrix-bot-buscarron
  53. - custom/matrix-bot-honoroit
  54. - custom/matrix-bot-postmoogle
  55. - custom/matrix-bot-go-neb
  56. - custom/matrix-bot-mjolnir
  57. - custom/matrix-cactus-comments
  58. - custom/matrix-synapse
  59. - custom/matrix-dendrite
  60. - custom/matrix-conduit
  61. - custom/matrix-synapse-admin
  62. - custom/matrix-prometheus-node-exporter
  63. - custom/matrix-prometheus-postgres-exporter
  64. - custom/matrix-prometheus
  65. - custom/matrix-grafana
  66. - custom/matrix-registration
  67. - custom/matrix-client-element
  68. - custom/matrix-client-hydrogen
  69. - custom/matrix-client-cinny
  70. - custom/matrix-jitsi
  71. - custom/matrix-ldap-registration-proxy
  72. - custom/matrix-ma1sd
  73. - custom/matrix-dimension
  74. - custom/matrix-etherpad
  75. - custom/matrix-email2matrix
  76. - custom/matrix-sygnal
  77. - custom/matrix-ntfy
  78. - custom/matrix-nginx-proxy
  79. - custom/matrix-coturn
  80. - custom/matrix-aux
  81. - custom/matrix-postgres-backup
  82. - custom/matrix-backup-borg
  83. - custom/matrix-user-creator
  84. - custom/matrix-common-after
  85. # This is pretty much last, because we want it to better serve as a "last known good configuration".
  86. # See: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2217#issuecomment-1301487601
  87. - when: devture_playbook_state_preserver_enabled | bool
  88. role: galaxy/com.devture.ansible.role.playbook_state_preserver
  89. tags:
  90. - setup-all
  91. - role: galaxy/com.devture.ansible.role.playbook_runtime_messages