This commit is contained in:
Sascha 2026-03-03 21:45:41 +01:00
commit b6dafc7a73
9 changed files with 391 additions and 0 deletions

10
update.yml Normal file
View file

@ -0,0 +1,10 @@
---
- name: Alle VMs aktualisieren
hosts: all
become: yes
tasks:
- name: Update apt cache and upgrade packages
apt:
update_cache: yes
upgrade: dist
autoremove: yes