From 998dc0b643def5a4f22dccbb9902b85aebf03cb8 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Mon, 10 Jun 2019 19:24:15 +0300 Subject: [PATCH] install htop on all hosts --- roles/base/tasks/OpenBSD.yml | 1 + roles/base/tasks/RedHat.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/roles/base/tasks/OpenBSD.yml b/roles/base/tasks/OpenBSD.yml index b00fa7b..c1b7078 100644 --- a/roles/base/tasks/OpenBSD.yml +++ b/roles/base/tasks/OpenBSD.yml @@ -15,6 +15,7 @@ with_items: - bash # lots of scripts rely on this - emacs--no_x11 # better editor :) + - htop # system monitoring - iftop # monitor interfaces - vim--no_x11 # we need real vim diff --git a/roles/base/tasks/RedHat.yml b/roles/base/tasks/RedHat.yml index 328b751..bf4e94e 100644 --- a/roles/base/tasks/RedHat.yml +++ b/roles/base/tasks/RedHat.yml @@ -11,6 +11,7 @@ with_items: - bind-utils # dig - emacs # better editor :) + - htop # system monitoring - iftop # monitor interfaces - iotop # monitor io usage - mailx # send mail from cmd