Renamed server roles

This commit is contained in:
2023-04-18 15:41:14 +02:00
parent 9b065dfc5d
commit cd9eca8ee3
136 changed files with 348 additions and 348 deletions

View File

@@ -5,7 +5,7 @@ Role to deploy [BigBlueButton](https://bigbluebutton.org/).
### cleanup
```bash
docker-compose down;
server_docker-compose down;
docker volume rm bigbluebutton_bigbluebutton bigbluebutton_html5-static bigbluebutton_vol-freeswitch bigbluebutton_vol-kurento bigbluebutton_vol-mediasoup bigbluebutton_database
```
@@ -17,8 +17,8 @@ watch -n 2 "docker ps -a | grep bigbluebutton"
## further information
- https://github.com/bigbluebutton/docker
- https://docs.bigbluebutton.org/greenlight/gl-install.html#setting-bigbluebutton-credentials
- https://goneuland.de/big-blue-button-mit-docker-und-traefik-installieren/
- https://goneuland.de/big-blue-button-mit-server_docker-und-traefik-installieren/
- https://github.com/docker/compose/issues/4799
- https://www.cyberciti.biz/faq/linux-command-to-remove-virtual-interfaces-or-network-aliases/
- https://www.cyberciti.biz/faq/linux-restart-network-interface/
- https://stackoverflow.com/questions/53347951/docker-network-not-found
- https://stackoverflow.com/questions/53347951/server_docker-network-not-found

View File

@@ -1,5 +1,5 @@
---
- name: create docker-compose.yml for bigbluebutton
- name: create server_docker-compose.yml for bigbluebutton
command:
cmd: bash ./scripts/generate-compose
chdir: "{{docker_compose_bigbluebutton_path}}"
@@ -9,7 +9,7 @@
listen: setup bigbluebutton
- name: docker compose up bigbluebutton
command:
cmd: docker-compose -p bigbluebutton up -d --force-recreate
cmd: server_docker-compose -p bigbluebutton up -d --force-recreate
chdir: "{{docker_compose_bigbluebutton_path}}"
environment:
COMPOSE_HTTP_TIMEOUT: 600

View File

@@ -1,2 +1,2 @@
dependencies:
- native-docker-reverse-proxy
- server_native-docker-reverse-proxy

View File

@@ -1 +1 @@
docker_compose_bigbluebutton_path: "/home/administrator/docker-compose/bigbluebutton/"
docker_compose_bigbluebutton_path: "/home/administrator/server_docker-compose/bigbluebutton/"