2022-12-31 19:11:10 +01:00
|
|
|
{{ ansible_managed | comment }}
|
|
|
|
|
|
|
|
Streaming Keys:
|
|
|
|
{% for host in groups['obs'] %}
|
2024-02-26 21:34:22 +01:00
|
|
|
+ {{ hostvars[host]['ansible_fqdn'] | default(hostvars[host]['ansible_host']) }}:
|
2023-01-01 03:53:28 +01:00
|
|
|
{{ lookup('community.general.passwordstore', 'chvoc/ansible/windows/' + hostvars[host]['inventory_hostname'] + '/portier/streamkey') }}
|
2022-12-31 19:11:10 +01:00
|
|
|
{% endfor %}
|
|
|
|
|
2024-10-16 19:04:27 +02:00
|
|
|
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 %}
|
2022-12-31 19:11:10 +01:00
|
|
|
|
2024-02-25 18:17:14 +01:00
|
|
|
rustdesk:
|
|
|
|
+ ID Server: rustdek.l3d.ch
|
|
|
|
Relay Server: rustdek.l3d.ch
|
|
|
|
API: (none)
|
|
|
|
KEY: {{ lookup('community.general.passwordstore', 'chvoc/rustdesk/pubkey') }}
|
2023-02-22 19:27:11 +01:00
|
|
|
|
2024-02-25 18:17:14 +01:00
|
|
|
streamdeck:
|
|
|
|
+ User: streamdeck@winkekatze.tv
|
|
|
|
PWD: {{ lookup('community.general.passwordstore', 'chvoc/websites/account.elgato.com/streamdeck@winkekatze.tv') }}
|
|
|
|
|
2023-02-22 19:27:11 +01:00
|
|
|
NextCloud:
|
2024-02-27 19:56:08 +01:00
|
|
|
USR: wk24
|
|
|
|
PWD: {{ lookup('community.general.passwordstore', 'chvoc/websites/cloud.montage2.de/wk24') }}
|