Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- ---
- - name: "Set up a Matrix server"
- hosts: "{{ target if target is defined else 'matrix_servers' }}"
- become: true
-
- roles:
- - matrix-base
- - matrix-mailer
- - matrix-postgres
- - matrix-corporal
- - matrix-bridge-appservice-discord
- - matrix-bridge-appservice-irc
- - matrix-bridge-mautrix-facebook
- - matrix-bridge-mautrix-telegram
- - matrix-bridge-mautrix-whatsapp
- - matrix-synapse
- - matrix-riot-web
- - matrix-mxisd
- - matrix-dimension
- - matrix-nginx-proxy
- - matrix-coturn
- - matrix-common-after
|