ansible_playbook_windows_ob.../roles/setup_secrets/templates/secrets.txt.j2

13 lines
401 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 %}
Parsec:
+ Login: chvoc@l3d.yt
PWD: {{ lookup('community.general.passwordstore', 'chvoc/websites/parsec.app/chvoc@l3d.yt') }}