Rolen aus bookworm übernommen
This commit is contained in:
parent
b74032925f
commit
420d9ea7b0
34 changed files with 1239 additions and 23 deletions
14
roles/custom/qg-base/tasks/main.yml
Normal file
14
roles/custom/qg-base/tasks/main.yml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue