mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-23 16:51:09 +02:00
7 lines
295 B
YAML
7 lines
295 B
YAML
plugin_configuration:
|
|
- appid: "bbb"
|
|
configkey: "api.secret"
|
|
configvalue: "{{ bigbluebutton_shared_secret }}"
|
|
- appid: "bbb"
|
|
configkey: "api.url"
|
|
configvalue: "{{ domains | get_url('web-app-bigbluebutton', web_protocol) }}{{ bigbluebutton_api_suffix }}" |