Rolen aus bookworm übernommen
This commit is contained in:
parent
b74032925f
commit
420d9ea7b0
34 changed files with 1239 additions and 23 deletions
16
qgm-updatecache.yml
Normal file
16
qgm-updatecache.yml
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue