update wk23 stuff
This commit is contained in:
parent
a4f1cc0ce2
commit
b52acf6df8
4 changed files with 6 additions and 4 deletions
|
@ -56,8 +56,10 @@ win_obs_szene_files:
|
||||||
file: 'wk22_background_music.mp3'
|
file: 'wk22_background_music.mp3'
|
||||||
- src: 'https://www.latofonts.com/download/lato2ofl-zip/'
|
- src: 'https://www.latofonts.com/download/lato2ofl-zip/'
|
||||||
file: 'Lato2OFL.zip'
|
file: 'Lato2OFL.zip'
|
||||||
|
- src: 'https://backwesen.de/voc/wk23-obs-szene/raw/branch/main/wk23.json'
|
||||||
|
file: 'wk23.json'
|
||||||
|
|
||||||
win_streamdeck__download_icons: true
|
win_streamdeck__download_icons: false
|
||||||
win_streamdeck__icons: []
|
win_streamdeck__icons: []
|
||||||
# - src: 'https://files.l3d.ch/share/sd-icons-master.zip'
|
# - src: 'https://files.l3d.ch/share/sd-icons-master.zip'
|
||||||
# file: 'icons.zip'
|
# file: 'icons.zip'
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit e398e246dabf82479cbbcb1327e759e6838e4a13
|
Subproject commit f108d30f1b2d75eca1469d540ad8dda9c327af8c
|
|
@ -3,7 +3,7 @@
|
||||||
Streaming Keys:
|
Streaming Keys:
|
||||||
{% for host in groups['obs'] %}
|
{% for host in groups['obs'] %}
|
||||||
+ {{ hostvars[host]['ansible_host'] }}:
|
+ {{ hostvars[host]['ansible_host'] }}:
|
||||||
{{ lookup('community.general.passwordstore', 'chvoc/ansible/windows/' + inventory_hostname + '/portier/streamkey') }}
|
{{ lookup('community.general.passwordstore', 'chvoc/ansible/windows/' + hostvars[host]['inventory_hostname'] + '/portier/streamkey') }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
||||||
|
|
2
site.yml
2
site.yml
|
@ -21,4 +21,4 @@
|
||||||
- {role: do1jlr.win_streamdeck, tags: streamdeck}
|
- {role: do1jlr.win_streamdeck, tags: streamdeck}
|
||||||
- {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: setup_secrets, tags: [secrets]}
|
- {role: setup_secrets, tags: [secret]}
|
||||||
|
|
Loading…
Reference in a new issue