Rolen aus bookworm übernommen

This commit is contained in:
Frank Schiebel 2025-08-06 12:21:06 +02:00
parent b74032925f
commit 420d9ea7b0
34 changed files with 1239 additions and 23 deletions

View file

@ -0,0 +1,14 @@
---
- name: Base configuration for all hosts
import_tasks:
file: base.yml
- name: Fix sound on lt- hosts
import_tasks:
file: soundfix.yml
when: "'lt-' in inventory_hostname"
- name: Copy Beamerscript to lt- hosts
import_tasks:
file: beamerscript.yml
when: "'lt-' in inventory_hostname"