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

17 lines
536 B
YAML
Raw Normal View History

2022-12-02 12:57:15 +01:00
---
2023-04-19 00:03:13 +02:00
- name: create docker-compose.yml for bigbluebutton
command:
cmd: bash ./scripts/generate-compose
chdir: "{{docker_compose_bigbluebutton_path}}"
environment:
COMPOSE_HTTP_TIMEOUT: 600
DOCKER_CLIENT_TIMEOUT: 600
listen: setup bigbluebutton
- name: docker compose up bigbluebutton
2022-12-02 12:57:15 +01:00
command:
2023-04-19 00:03:13 +02:00
cmd: docker-compose -p bigbluebutton up -d --force-recreate
2022-12-02 12:57:15 +01:00
chdir: "{{docker_compose_bigbluebutton_path}}"
environment:
COMPOSE_HTTP_TIMEOUT: 600
DOCKER_CLIENT_TIMEOUT: 600
listen: setup bigbluebutton