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