base: Add more base packages

This commit is contained in:
Timo Makinen 2020-08-26 23:04:16 +03:00
parent 74edead676
commit 964b70f978
2 changed files with 4 additions and 0 deletions

View file

@ -14,6 +14,7 @@
state: installed state: installed
with_items: with_items:
- bash # lots of scripts rely on this - bash # lots of scripts rely on this
- rsync # rsync
- vim--no_x11 # we need real vim - vim--no_x11 # we need real vim
- name: disable nightly cron noise - name: disable nightly cron noise

View file

@ -16,12 +16,15 @@
state: installed state: installed
with_items: with_items:
- bind-utils # dig - bind-utils # dig
- bzip2 # bzip
- iotop # monitor io usage - iotop # monitor io usage
- mailx # send mail from cmd - mailx # send mail from cmd
- nc # netcat - nc # netcat
- net-tools # ifconfig etc - net-tools # ifconfig etc
- rsync # rsync
- strace # debugging - strace # debugging
- sysstat # sa, sar - sysstat # sa, sar
- tar # tar
- tcpdump # for network debugging - tcpdump # for network debugging
- telnet # test ports - telnet # test ports
- vim-enhanced # working vi :) - vim-enhanced # working vi :)