base: Add more base packages
This commit is contained in:
parent
74edead676
commit
964b70f978
2 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
state: installed
|
||||
with_items:
|
||||
- bash # lots of scripts rely on this
|
||||
- rsync # rsync
|
||||
- vim--no_x11 # we need real vim
|
||||
|
||||
- name: disable nightly cron noise
|
||||
|
|
|
@ -16,12 +16,15 @@
|
|||
state: installed
|
||||
with_items:
|
||||
- bind-utils # dig
|
||||
- bzip2 # bzip
|
||||
- iotop # monitor io usage
|
||||
- mailx # send mail from cmd
|
||||
- nc # netcat
|
||||
- net-tools # ifconfig etc
|
||||
- rsync # rsync
|
||||
- strace # debugging
|
||||
- sysstat # sa, sar
|
||||
- tar # tar
|
||||
- tcpdump # for network debugging
|
||||
- telnet # test ports
|
||||
- vim-enhanced # working vi :)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue