14 lines
260 B
YAML
Executable file
14 lines
260 B
YAML
Executable file
#!/usr/bin/env ansible-playbook
|
|
---
|
|
- hosts: matrix
|
|
roles:
|
|
- synapse
|
|
- matrix-bridge-discord
|
|
- matrix-bridge-facebook
|
|
- matrix-bridge-signal
|
|
- matrix-bridge-instagram
|
|
- matrix-bridge-telegram
|
|
|
|
- hosts: proxy
|
|
roles:
|
|
- rp_synapse
|