ansible/playbooks/matrix-synapse.yml

19 lines
595 B
YAML
Raw Normal View History

2020-05-03 18:45:07 +02:00
#!/usr/bin/env ansible-playbook
2019-02-16 12:50:18 +01:00
---
# Install Matrix Synapse
2019-02-16 12:50:18 +01:00
- hosts: synapse.adm.auro.re
2019-02-26 16:49:18 +01:00
vars:
2019-03-12 17:22:39 +01:00
mxisd_releases: https://github.com/kamax-matrix/mxisd/releases
mxisd_deb: "{{ mxisd_releases }}/download/v1.3.1/mxisd_1.3.1_all.deb"
2021-11-27 22:30:58 +01:00
update_motd:
2021-11-27 22:16:29 +01:00
matrix-synapse: matrix-synapse est déployé.
matrix-appservice-irc: matrix-appservice-irc est déployé.
matrix-appservice-webhooks: matrix-appservice-webhooks est déployé.
2019-02-16 12:50:18 +01:00
roles:
2020-11-04 19:36:40 +01:00
- debian_backports
- nodejs
2020-11-04 19:36:40 +01:00
- matrix_synapse
- matrix_appservice_irc
- matrix_appservice_webhooks
2021-11-27 22:16:29 +01:00
- update_motd