From 05b63cb87a7c360d20ebd669fb86461261dd42f8 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Thu, 28 Nov 2024 18:25:54 +0900 Subject: [PATCH] Triple backticks with syntax highlighting: INI Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-jitsi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-jitsi.md b/docs/configuring-playbook-jitsi.md index 35d9e6ddc..4cc33c512 100644 --- a/docs/configuring-playbook-jitsi.md +++ b/docs/configuring-playbook-jitsi.md @@ -172,7 +172,7 @@ By default, a single JVB ([Jitsi VideoBridge](https://github.com/jitsi/jitsi-vid 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: -``` +``` INI [jitsi_jvb_servers] ansible_host= ```