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

16
qgm-updatecache.yml Normal file
View file

@ -0,0 +1,16 @@
## This playbook deploys a KDE desktop machine for LinuxMuster.
# hosts: localhost
# remote_user: ansible
# become: yes
---
- name: Update local software cache on netboot Host
hosts: localhost
connection: local
become: yes
vars_files:
- qgm-vars.yml
roles:
- qg-updatecache