From b5df5a982a46ea289d2288db406ec937e7d8c383 Mon Sep 17 00:00:00 2001 From: Warren Bailey Date: Mon, 10 Oct 2022 16:04:31 +0100 Subject: [PATCH] adding more jvbs --- docs/configuring-playbook-jitsi.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/configuring-playbook-jitsi.md b/docs/configuring-playbook-jitsi.md index 4b879e2ab..9334bbfe5 100644 --- a/docs/configuring-playbook-jitsi.md +++ b/docs/configuring-playbook-jitsi.md @@ -134,6 +134,18 @@ By default a single JVB is deployed on the same hosts as the matrix server. To t There is a ansible role that can be run with the following tag: ` ansible-playbook -i inventory/hosts --limit jvb_servers setup.yml --tags=setup-additional-jvb ` +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 +``` +[jvb_servers] + ansible_host= +``` + +The followings variables will also need to be set + +``` yam,l +matrix_jitsi_jvb_server_ip: '' +``` + This will provision a single JVB instance to that host which will then register itself with the prosody service and make itself available for jicofo to route conferences too.