2022-12-31 19:11:10 +01:00
|
|
|
{{ ansible_managed | comment }}
|
|
|
|
|
|
|
|
Streaming Keys:
|
|
|
|
{% for host in groups['obs'] %}
|
|
|
|
+ {{ 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 %}
|
|
|
|
|
|
|
|
|
|
|
|
Parsec:
|
|
|
|
+ Login: chvoc@l3d.yt
|
|
|
|
PWD: {{ lookup('community.general.passwordstore', 'chvoc/websites/parsec.app/chvoc@l3d.yt') }}
|