Compare commits

...

3 Commits

Author SHA1 Message Date
L3D b85e380c8f
update mdls 2026-04-29 22:09:33 +02:00
L3D 7b27acaa2b
Update git and add legacy graphic and x support 2026-04-29 22:07:49 +02:00
L3D 7ebbdc51c8
update submodules 2026-04-29 17:39:43 +02:00
11 changed files with 54 additions and 11 deletions

View File

@ -1 +0,0 @@
3.12

View File

@ -12,6 +12,7 @@ fact_caching = jsonfile
fact_caching_connection = $HOME/.ansible/facts
interpreter_python = /usr/bin/python3
DEFAULT_EXECUTABLE = /bin/bash
[ssh_connection]
control_path = %(directory)s/%%h-%%r-%%p
@ -20,7 +21,7 @@ pipelining = true
retries = 10
[privilege_escalation]
become_method: community.general.sudosu
# become_method: community.general.sudosu
become_user = root
become_ask_pass = false

@ -1 +1 @@
Subproject commit 26b90d5542cdc5f6446fe40d1ad958d9961733be
Subproject commit 5a50cc1e7ac1d78c8af7c1a610c51ac5067ac19d

@ -1 +1 @@
Subproject commit 137f5444e372b26ba6ca99fa1b988feef05fad10
Subproject commit 41f2b5dec5f7e5c5abe784fb3734e277ec27f8e9

@ -1 +1 @@
Subproject commit aeb06fffbfbd3afa2d5ee6cf39400018c4518829
Subproject commit 787aa1733d0b6b5908929edaa89731616c0e2fa6

View File

@ -0,0 +1,2 @@
---
autologin__session: 'i3'

15
group_vars/all/i3.yml Normal file
View File

@ -0,0 +1,15 @@
---
i3wm_user_list:
- user: 'voc'
home: '/home/voc'
i3_xautolock: false
i3_no_screensaver: true
i3_desktop_background: '/usr/share/cwtv.png'
i3_run_on_startup:
- 'nm-applet'
- 'obs'
i3_packages_extra:
- 'ranger'
- 'arandr'

View File

@ -1,14 +1,18 @@
---
obs__event_slug: 'uplink26'
obs__event_slug: 'fsck2026'
obs_szene__media_files:
- url: 'https://wolke.selfnet.de/public.php/dav/files/W7pqZCerpTdLzdo/Backgrounds/Uplink26-VOC-BG-logo.png'
# - url: 'https://git.chaoswest.tv/python-summit/sps-video-backgrounds/raw/branch/render_2025/2025/rendered/background_fs_logo_plain.png'
- url: 'https://cloud.ctbk.de/public.php/dav/files/EmdxwRqmrM6PwMN/blank_fsck2025_black.png'
dest: 'background_logo.png'
- url: 'https://wolke.selfnet.de/public.php/dav/files/W7pqZCerpTdLzdo/Backgrounds/Uplink26-VOC-BG-plain.png'
# - url: 'https://git.chaoswest.tv/python-summit/sps-video-backgrounds/raw/branch/render_2025/2025/rendered/background_plain.png'
- url: 'https://cloud.ctbk.de/public.php/dav/files/EmdxwRqmrM6PwMN/blank_fsck2025_black.png'
dest: 'background_plain.png'
- url: 'https://wolke.selfnet.de/public.php/dav/files/W7pqZCerpTdLzdo/Backgrounds/Uplink26-VOC-BG-SbS.png'
# - url: 'https://git.chaoswest.tv/winterkongress/wk22-obs-szene/media/branch/main/layouts/background_pip.png'
- url: 'https://cloud.ctbk.de/public.php/dav/files/EmdxwRqmrM6PwMN/pip_template_fsck2025.png'
dest: 'background_pip.png'
- url: 'https://wolke.selfnet.de/public.php/dav/files/W7pqZCerpTdLzdo/Backgrounds/Uplink26-VOC-BG-PiP.png'
# - url: 'https://git.chaoswest.tv/winterkongress/wk22-obs-szene/media/branch/main/layouts/background_sbs_2cams.png'
- url: 'https://cloud.ctbk.de/public.php/dav/files/EmdxwRqmrM6PwMN/sbs_template_fsck2025.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'

View File

@ -1,2 +1,2 @@
[obs]
vocmixer ansible_host=vocmixer.local
vocmixer ansible_host=192.168.1.128

View File

@ -0,0 +1,20 @@
---
- name: Install NVIDIA Sh1t
kewlfft.aur.aur:
use: 'makepkg'
name: "{{ item }}"
state: 'present'
loop:
- 'nvidia-580xx-utils'
- 'nvidia-580xx-settings'
- 'lib32-nvidia-580xx-utils'
- 'nvidia-580xx-dkms'
become: true
become_user: aur_builder
- name: Install linux headers (Arch)
become: true
community.general.pacman:
name: linux-headers
state: present
update_cache: true

View File

@ -12,6 +12,7 @@
- {role: l3d.voc.autologin, tags: [login]}
- {role: l3d.avahi.client, tags: [avahi]}
- {role: l3d.avahi.daemon, tags: [avahi]}
- {role: l3d.wm.i3, tags: [i3]}
- {role: l3d.wm.sway, tags: [sway]}
- {role: cwtv_customisation, tags: [cwtv]}
- {role: l3d.voc.rua, tags: [rua, obs]}
@ -22,3 +23,4 @@
- {role: l3d.voc.decklink, tags: [decklink]}
- {role: l3d.voc.companion, tags: [companion]}
- {role: l3d.voc.syncthing, tags: [syncthing]}
- {role: nvidia_geforce_gtx_1080, tags: [nvidia]}