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.
13 lines
311 B
13 lines
311 B
2 years ago
|
---
|
||
|
- name: "Set up additional Jitsi JVB servers"
|
||
|
hosts: "jitsi_jvb_servers"
|
||
|
become: true
|
||
|
|
||
|
roles:
|
||
|
- role: galaxy/com.devture.ansible.role.playbook_help
|
||
|
- role: galaxy/com.devture.ansible.role.systemd_docker_base
|
||
|
|
||
|
- custom/matrix-base
|
||
|
- custom/matrix-jitsi
|
||
|
- custom/matrix-common-after
|