Adding media url
This commit is contained in:
parent
b5b95d47f9
commit
0355007292
12
README.md
12
README.md
|
|
@ -35,11 +35,17 @@ Das spannenste **Playbook** ist vermutlich das ``site.yml``, hier wird das gesam
|
|||
|
||||
Dieses Ansible Setup setzt ein vorinstalliertes Arch-Linux vorraus, in das die ausführende Person per ssh ansible ausrollen kann.
|
||||
|
||||
# License
|
||||
# Anpassen an die Veranstallung
|
||||
|
||||
## OBS Grafiken etc
|
||||
|
||||
Die Grafiken für OBS im Event-Design werden hier konfiguriert: [group_vars/all/obs.yml](group_vars/all/obs.yml
|
||||
|
||||
# Lizenz
|
||||
|
||||
[AGPLv3 or Later](LICENSE)
|
||||
|
||||
# Author
|
||||
## Authoren
|
||||
|
||||
* L3D <l3d@c3woc.de>
|
||||
* CWTV
|
||||
* CWTV e.V. i.G
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 1c82f3e883294230057401249675654b00fee786
|
||||
Subproject commit e4c38a0c877fe5927c2ac209dd494ca7ea188680
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 80b76c731a0ab36f6a3c1fe80ec106956d8ed2dc
|
||||
Subproject commit 0a4514a88bbf4fc910832f657d6ecb1f06ab0a83
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
obs__media_files:
|
||||
- url: 'https://git.chaoswest.tv/python-summit/sps-video-backgrounds/raw/branch/render_2025/2025/rendered/background_fs_logo_plain.png'
|
||||
dest: 'background_logo.png'
|
||||
- url: 'https://git.chaoswest.tv/python-summit/sps-video-backgrounds/raw/branch/render_2025/2025/rendered/background_plain.png'
|
||||
dest: 'background_plain.png'
|
||||
- url: 'https://git.chaoswest.tv/python-summit/sps-video-backgrounds/raw/branch/render_2025/2025/rendered/background_pip_schema.png'
|
||||
dest: 'background_pip.png'
|
||||
- url: 'https://git.chaoswest.tv/python-summit/sps-video-backgrounds/raw/branch/render_2025/2025/rendered/background_sbs_schema.png'
|
||||
dest: 'background_sbs.png'
|
||||
- url: 'https://c3voc.de/wiki/_media/events:rc3:music_zapsplat_game_music_arcade_electro_repeating_retro_arp_electro_drums_serious_012.mp3'
|
||||
dest: 'pausemusik.mp3'
|
||||
Loading…
Reference in New Issue