소스 검색

updating documentation

pull/2166/head
Warren Bailey 3 년 전
부모
커밋
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

불러오는 중...
취소
저장