12 lines
383 B
Django/Jinja
12 lines
383 B
Django/Jinja
{{ 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') }}
|