Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- ---
- - 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-slack
- - matrix-bridge-appservice-webhooks
- - matrix-bridge-appservice-irc
- - matrix-bridge-mautrix-facebook
- - matrix-bridge-mautrix-hangouts
- - matrix-bridge-mautrix-telegram
- - matrix-bridge-mautrix-whatsapp
- - matrix-bridge-mx-puppet-skype
- - matrix-bridge-mx-puppet-slack
- - matrix-synapse
- - matrix-riot-web
- - matrix-jitsi
- - matrix-ma1sd
- - matrix-dimension
- - matrix-email2matrix
- - matrix-nginx-proxy
- - matrix-coturn
- - matrix-common-after
|