13 lines
383 B
Plaintext
13 lines
383 B
Plaintext
|
{{ ansible_managed | comment }}
|
||
|
|
||
|
Streaming Keys:
|
||
|
{% for host in groups['obs'] %}
|
||
|
+ {{ hostvars[host]['ansible_host'] }}:
|
||
|
{{ lookup('community.general.passwordstore', 'chvoc/ansible/windows/' + inventory_hostname + '/portier/streamkey') }}
|
||
|
{% endfor %}
|
||
|
|
||
|
|
||
|
Parsec:
|
||
|
+ Login: chvoc@l3d.yt
|
||
|
PWD: {{ lookup('community.general.passwordstore', 'chvoc/websites/parsec.app/chvoc@l3d.yt') }}
|