update secrets
This commit is contained in:
parent
d531e08f2d
commit
0f1f4e38bc
5 changed files with 17 additions and 8 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 49bd9cbd3c9f888244163cf2eddc1a5984e3503e
|
Subproject commit e0dbe9c98dfa203043d0edebb9765d0f0fd60fd9
|
|
@ -1,2 +1,4 @@
|
||||||
---
|
---
|
||||||
|
task__sound_muted: true
|
||||||
|
task__sound_obs: true
|
||||||
# ansible_user: 'voc'
|
# ansible_user: 'voc'
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[obs]
|
[obs]
|
||||||
obs-hall1 ansible_host="172.30.0.5"
|
# obs-hall1 ansible_host="172.30.0.5"
|
||||||
obs-hall2 ansible_host="192.168.178.95"
|
obs-hall2 ansible_host="172.30.0.6"
|
||||||
obs-hall3 ansible_host="172.30.0.3"
|
obs-hall3 ansible_host="172.30.0.3"
|
||||||
|
|
|
@ -7,10 +7,17 @@ Streaming Keys:
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
||||||
Parsec:
|
rustdesk:
|
||||||
+ Login: chvoc@l3d.yt
|
+ ID Server: rustdek.l3d.ch
|
||||||
PWD: {{ lookup('community.general.passwordstore', 'chvoc/websites/parsec.app/chvoc@l3d.yt') }}
|
Relay Server: rustdek.l3d.ch
|
||||||
2FA: Aks L3D
|
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:
|
NextCloud:
|
||||||
PWD: {{ lookup('community.general.passwordstore', 'chvoc/websites/cloud.montage2.de/chvoc@l3d.yt') }}
|
PWD: {{ lookup('community.general.passwordstore', 'chvoc/websites/cloud.montage2.de/chvoc@l3d.yt') }}
|
||||||
|
#}
|
||||||
|
|
2
site.yml
2
site.yml
|
@ -23,5 +23,5 @@
|
||||||
- {role: do1jlr.win_reaplugs236, tags: [reaper, obs, reaplugs236, reaplugs]}
|
- {role: do1jlr.win_reaplugs236, tags: [reaper, obs, reaplugs236, reaplugs]}
|
||||||
# - {role: do1jlr.win_obs_szene, tags: [obs, szene]}
|
# - {role: do1jlr.win_obs_szene, tags: [obs, szene]}
|
||||||
# - {role: do1jlr.win_nextcloud, tags: nextcloud} # currently instalaltion not working
|
# - {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}
|
- {role: important_tasks, tags: tasks}
|
||||||
|
|
Loading…
Reference in a new issue