commited current state

This commit is contained in:
DerLinkman
2026-05-08 21:27:10 +02:00
parent ffc1a6a8a5
commit 45ccd6a25f
43 changed files with 576 additions and 102 deletions
@@ -0,0 +1,19 @@
---
- name: Install basic packages
ansible.builtin.apt:
name:
- fastfetch
- htop
- curl
- wget
- git
- sudo
- console-setup
- qemu-guest-agent
- cron
- net-tools
- tcpdump
- locales-all
update_cache: yes
install_recommends: no
state: present