From f931d40998a0450feea50e6cf673f9fa2c3dd597 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Mon, 5 Apr 2021 00:22:20 -0500 Subject: [PATCH] install-packages: +mosh and ioping --- roles/install-packages/defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/install-packages/defaults/main.yml b/roles/install-packages/defaults/main.yml index 6dd9710..3369ece 100644 --- a/roles/install-packages/defaults/main.yml +++ b/roles/install-packages/defaults/main.yml @@ -12,6 +12,7 @@ COMMON_PKGS: - rsync - lsof - firewalld + - mosh EL_PKGS: - iperf3 - nmap @@ -20,5 +21,6 @@ EL_PKGS: - psmisc # may work on deb/ubuntu also? - provides killall - wget - cockpit + - ioping DEB_PKGS: - dnsutils