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.

18 lines
468 B

  1. ---
  2. # Standalone playbook for LiveKit Server setup.
  3. # Use instead of setup.yml to avoid loading all unrelated galaxy roles.
  4. #
  5. # Usage:
  6. # ansible-playbook -i inventory/hosts livekit.yml --tags=setup-livekit-server,start-group-services
  7. #
  8. - name: "Set up LiveKit Server"
  9. hosts: "{{ target if target is defined else 'matrix_servers' }}"
  10. become: true
  11. roles:
  12. - role: galaxy/systemd_docker_base
  13. - role: custom/matrix-base
  14. - role: custom/livekit_server