28 lines
1.0 KiB
Django/Jinja
28 lines
1.0 KiB
Django/Jinja
{{ ansible_managed | comment }}
|
|
|
|
Streaming Keys:
|
|
{% for host in groups['obs'] %}
|
|
+ {{ hostvars[host]['ansible_fqdn'] | default(hostvars[host]['ansible_host']) }}:
|
|
{{ lookup('community.general.passwordstore', 'chvoc/ansible/windows/' + hostvars[host]['inventory_hostname'] + '/portier/streamkey') }}
|
|
{% endfor %}
|
|
|
|
Audiometer
|
|
{% for host in groups['obs'] %}
|
|
+ {{ hostvars[host]['ansible_fqdn'] | default(hostvars[host]['ansible_host']) }}:
|
|
{{ lookup('community.general.passwordstore', 'chvoc/ansible/windows/' + hostvars[host]['inventory_hostname'] + '/portier/audiometer') }}
|
|
{% endfor %}
|
|
|
|
rustdesk:
|
|
+ ID Server: rustdek.l3d.ch
|
|
Relay Server: rustdek.l3d.ch
|
|
API: (none)
|
|
KEY: {{ lookup('community.general.passwordstore', 'chvoc/rustdesk/pubkey') }}
|
|
|
|
streamdeck:
|
|
+ User: streamdeck@winkekatze.tv
|
|
PWD: {{ lookup('community.general.passwordstore', 'chvoc/websites/account.elgato.com/streamdeck@winkekatze.tv') }}
|
|
|
|
NextCloud:
|
|
USR: wk24
|
|
PWD: {{ lookup('community.general.passwordstore', 'chvoc/websites/cloud.montage2.de/wk24') }}
|