From 0f1f4e38bc553f706f2d83d3a847ed9d904765f3 Mon Sep 17 00:00:00 2001 From: L3D Date: Sun, 25 Feb 2024 18:17:14 +0100 Subject: [PATCH] update secrets --- collections/ansible_collections/community/general | 2 +- host_vars/obs-hall2.yml | 2 ++ hosts.ini | 4 ++-- roles/setup_secrets/templates/secrets.txt.j2 | 15 +++++++++++---- site.yml | 2 +- 5 files changed, 17 insertions(+), 8 deletions(-) diff --git a/collections/ansible_collections/community/general b/collections/ansible_collections/community/general index 49bd9cb..e0dbe9c 160000 --- a/collections/ansible_collections/community/general +++ b/collections/ansible_collections/community/general @@ -1 +1 @@ -Subproject commit 49bd9cbd3c9f888244163cf2eddc1a5984e3503e +Subproject commit e0dbe9c98dfa203043d0edebb9765d0f0fd60fd9 diff --git a/host_vars/obs-hall2.yml b/host_vars/obs-hall2.yml index b8538ba..be654d1 100644 --- a/host_vars/obs-hall2.yml +++ b/host_vars/obs-hall2.yml @@ -1,2 +1,4 @@ --- +task__sound_muted: true +task__sound_obs: true # ansible_user: 'voc' diff --git a/hosts.ini b/hosts.ini index 376eb00..272a5b5 100644 --- a/hosts.ini +++ b/hosts.ini @@ -1,4 +1,4 @@ [obs] -obs-hall1 ansible_host="172.30.0.5" -obs-hall2 ansible_host="192.168.178.95" +# obs-hall1 ansible_host="172.30.0.5" +obs-hall2 ansible_host="172.30.0.6" obs-hall3 ansible_host="172.30.0.3" diff --git a/roles/setup_secrets/templates/secrets.txt.j2 b/roles/setup_secrets/templates/secrets.txt.j2 index 844fe9b..7e755bc 100644 --- a/roles/setup_secrets/templates/secrets.txt.j2 +++ b/roles/setup_secrets/templates/secrets.txt.j2 @@ -7,10 +7,17 @@ Streaming Keys: {% endfor %} -Parsec: -+ Login: chvoc@l3d.yt - PWD: {{ lookup('community.general.passwordstore', 'chvoc/websites/parsec.app/chvoc@l3d.yt') }} - 2FA: Aks L3D +rustdesk: ++ ID Server: rustdek.l3d.ch + Relay Server: rustdek.l3d.ch + API: (none) + KEY: {{ lookup('community.general.passwordstore', 'chvoc/rustdesk/pubkey') }} +streamdeck: ++ User: streamdeck@winkekatze.tv + PWD: {{ lookup('community.general.passwordstore', 'chvoc/websites/account.elgato.com/streamdeck@winkekatze.tv') }} + +{# NextCloud: PWD: {{ lookup('community.general.passwordstore', 'chvoc/websites/cloud.montage2.de/chvoc@l3d.yt') }} +#} diff --git a/site.yml b/site.yml index 5174df6..10886a5 100644 --- a/site.yml +++ b/site.yml @@ -23,5 +23,5 @@ - {role: do1jlr.win_reaplugs236, tags: [reaper, obs, reaplugs236, reaplugs]} # - {role: do1jlr.win_obs_szene, tags: [obs, szene]} # - {role: do1jlr.win_nextcloud, tags: nextcloud} # currently instalaltion not working - # - {role: setup_secrets, tags: [secret]} + - {role: setup_secrets, tags: [secret]} - {role: important_tasks, tags: tasks}