computer-playbook/roles/docker-bigbluebutton/handlers/main.yml

9 lines
234 B
YAML
Raw Normal View History

2022-12-02 12:57:15 +01:00
---
- 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