diff --git a/README.md b/README.md index c15f557..d6f85d4 100644 --- a/README.md +++ b/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 -* CWTV +* CWTV e.V. i.G diff --git a/collections/ansible_collections/l3d/voc b/collections/ansible_collections/l3d/voc index 1c82f3e..e4c38a0 160000 --- a/collections/ansible_collections/l3d/voc +++ b/collections/ansible_collections/l3d/voc @@ -1 +1 @@ -Subproject commit 1c82f3e883294230057401249675654b00fee786 +Subproject commit e4c38a0c877fe5927c2ac209dd494ca7ea188680 diff --git a/collections/ansible_collections/l3d/wm b/collections/ansible_collections/l3d/wm index 80b76c7..0a4514a 160000 --- a/collections/ansible_collections/l3d/wm +++ b/collections/ansible_collections/l3d/wm @@ -1 +1 @@ -Subproject commit 80b76c731a0ab36f6a3c1fe80ec106956d8ed2dc +Subproject commit 0a4514a88bbf4fc910832f657d6ecb1f06ab0a83 diff --git a/group_vars/all/obs.yml b/group_vars/all/obs.yml new file mode 100644 index 0000000..9eee312 --- /dev/null +++ b/group_vars/all/obs.yml @@ -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'