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.

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