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

17 lines
532 B
Plaintext
Raw Normal View History

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') }}
2023-02-21 00:20:12 +01:00
2FA: Aks L3D
2023-02-22 19:27:11 +01:00
NextCloud:
PWD: {{ lookup('community.general.passwordstore', 'chvoc/websites/cloud.montage2.de/chvoc@l3d.yt') }}