Implemented big blue button draft

This commit is contained in:
2022-12-02 12:57:15 +01:00
parent 62f702975a
commit 7b2976fcb5
6 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
- name: setup bigbluebutton
command:
cmd: docker-compose -p bigbluebutton up -d --force-recreate
chdir: "{{docker_compose_bigbluebutton_path}}"
environment:
COMPOSE_HTTP_TIMEOUT: 600
DOCKER_CLIENT_TIMEOUT: 600