inital
This commit is contained in:
commit
b6dafc7a73
9 changed files with 391 additions and 0 deletions
10
update.yml
Normal file
10
update.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue