Move files to this submodule
This commit is contained in:
commit
ed8986fc5c
10 changed files with 165 additions and 0 deletions
33
tasks/packages.yml
Normal file
33
tasks/packages.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue