23 lines
722 B
Django/Jinja
23 lines
722 B
Django/Jinja
{{ ansible_managed | comment }}
|
|
|
|
Streaming Keys:
|
|
{% for host in groups['obs'] %}
|
|
+ {{ hostvars[host]['ansible_host'] }}:
|
|
{{ lookup('community.general.passwordstore', 'chvoc/ansible/windows/' + hostvars[host]['inventory_hostname'] + '/portier/streamkey') }}
|
|
{% 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:
|
|
PWD: {{ lookup('community.general.passwordstore', 'chvoc/websites/cloud.montage2.de/chvoc@l3d.yt') }}
|
|
#}
|