Просмотр исходного кода

updating documentation

pull/2166/head
Warren Bailey 3 лет назад
Родитель
Сommit
563bea596f
2 измененных файлов: 7 добавлений и 7 удалений
  1. +2
    -2
      docs/configuring-playbook-jitsi.md
  2. +5
    -5
      playbooks/jitsi_jvb.yml

+ 2
- 2
docs/configuring-playbook-jitsi.md Просмотреть файл

@@ -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 Просмотреть файл

@@ -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

Загрузка…
Отмена
Сохранить