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

@@ -136,6 +136,14 @@
vars:
domain: peertube.{{top_domain}}
http_port: 8011
- name: setup bigbluebutton hosts
hosts: bigbluebutton_hosts
become: true
roles:
- role: docker-bigbluebutton
vars:
domain: bbb.{{top_domain}}
http_port: 8012
- name: setup akaunting hosts
hosts: akaunting_hosts
become: true