deploy-base/roles/install-packages/defaults/main.yml

30 lines
385 B
YAML
Raw Normal View History

---
COMMON_PKGS:
- bash-completion
- htop
- vim
- strace
- dmidecode
- nethogs
- sysbench
- fio
- rsync
- lsof
- firewalld
2021-04-05 05:22:20 +00:00
- mosh
2024-03-23 16:58:04 +00:00
- busybox
EL_PKGS:
- iperf3
- nmap
- lvm2
- bind-utils
- psmisc # may work on deb/ubuntu also? - provides killall
- wget
- cockpit
2021-04-05 05:22:20 +00:00
- ioping
- kitty-terminfo
- dnf-plugin-system-upgrade
DEB_PKGS:
- dnsutils