ansible-debian/tasks/packages.yml

33 lines
542 B
YAML
Raw Normal View History

2024-03-21 23:06:28 +01:00
- 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