install-packages: invoke package manager only when necessary

This commit is contained in:
Josh Lay 2020-04-17 20:50:21 -05:00
parent 271f0a27a5
commit 6ad2462448
3 changed files with 30 additions and 16 deletions

View file

@ -0,0 +1,25 @@
---
COMMON_PKGS:
- bash-completion
- htop
- vim
- strace
- dmidecode
- nethogs
- sysbench
- fio
- rsync
- lsof
EPEL_PKGS:
- iperf3
- nmap
- lvm2
- bind-utils
- psmisc # may work on deb/ubuntu also? - provides killall
- wget
DEB_PKGS:
- "{{ common_pkgs }}"
- dnsutils