mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-06-25 03:38:59 +02:00
7 lines
331 B
YAML
7 lines
331 B
YAML
plugin_configuration:
|
|
- appid: "bbb"
|
|
configkey: "api.secret"
|
|
configvalue: "{{ applications.bigbluebutton.credentials.shared_secret }}"
|
|
- appid: "bbb"
|
|
configkey: "api.url"
|
|
configvalue: "{{ web_protocol }}://{{domains | get_domain('bigbluebutton')}}{{applications.bigbluebutton.api_suffix}}" |