Procházet zdrojové kódy

updating documentation

pull/2166/head
Warren Bailey před 3 roky
rodič
revize
563bea596f
2 změnil soubory, kde provedl 7 přidání a 7 odebrání
  1. +2
    -2
      docs/configuring-playbook-jitsi.md
  2. +5
    -5
      playbooks/jitsi_jvb.yml

+ 2
- 2
docs/configuring-playbook-jitsi.md Zobrazit soubor

@@ -131,8 +131,8 @@ You may want to **limit the maximum video resolution**, to save up resources on

By default, a single JVB ([Jitsi VideoBridge](https://github.com/jitsi/jitsi-videobridge)) is deployed on the same host as the Matrix server. To allow more video-conferences to happen at the same time, you may need to provision additional JVB services on other hosts.

There is a ansible role that can be run with the following tag:
` ansible-playbook -i inventory/hosts --limit jitsi_jvb_servers setup.yml --tags=common,setup-additional-jitsi-jvb,start`
There is an ansible playbook that can be run with the following tag:
` ansible-playbook -i inventory/hosts --limit jitsi_jvb_servers jitsi_jvb.yml --tags=common,setup-additional-jitsi-jvb,start`

For this role to work you will need an additional section in the ansible hosts file with the details of the JVB hosts, for example:
```


+ 5
- 5
playbooks/jitsi_jvb.yml Zobrazit soubor

@@ -4,9 +4,9 @@
become: true

roles:
- role: galaxy/com.devture.ansible.role.playbook_help
- role: galaxy/com.devture.ansible.role.systemd_docker_base
- role: roles/galaxy/com.devture.ansible.role.playbook_help
- role: roles/galaxy/com.devture.ansible.role.systemd_docker_base

- custom/matrix-base
- custom/matrix-jitsi
- custom/matrix-common-after
- roles/custom/matrix-base
- roles/custom/matrix-jitsi
- roles/custom/matrix-common-after

Načítá se…
Zrušit
Uložit