Matrix Docker Ansible eploy
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

  1. ---
  2. - name: "Set up additional Jitsi JVB servers"
  3. hosts: "jitsi_jvb_servers"
  4. become: true
  5. roles:
  6. - role: galaxy/com.devture.ansible.role.playbook_help
  7. - role: galaxy/com.devture.ansible.role.systemd_docker_base
  8. - custom/matrix-base
  9. - custom/matrix-jitsi
  10. - custom/matrix-common-after