Move files to this submodule

This commit is contained in:
kim 2024-03-21 23:06:28 +01:00
commit ed8986fc5c
10 changed files with 165 additions and 0 deletions

33
tasks/packages.yml Normal file
View file

@ -0,0 +1,33 @@
- name: install software packages
tags: [apt]
apt:
autoremove: yes
update_cache: yes
cache_valid_time: 3600
state: present
name:
- cron
- curl
- ca-certificates
- gnupg
- dnsutils
- htop
- iftop
- iperf3
- iputils-ping
- iotop
- sysstat
- jq
- rsync
- tcpdump
- tmux
- unattended-upgrades
- vim
- wget
- lsb-release
- qemu-guest-agent
- nload
- sysstat
- needrestart
- ncat