add ansible playbook and inv file

This commit is contained in:
2026-05-14 08:42:56 +00:00
commit 7a3dd8fbd3
2 changed files with 56 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
- name: update shizz
hosts: all
tasks:
- name: Update, upgrade and autoremove
apt:
update_cache: true
upgrade: full
autoremove: true