From f43405991e8058d6a0c4c832974c8b9af5f98dff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dubois?= Date: Tue, 30 May 2023 11:09:50 +0200 Subject: [PATCH] base: install ncdu and htop often used as diagnostic tools --- CHANGELOG | 1 + roles/base/tasks/packages.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index f29f89c..c6c2601 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -71,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * base: dump-server-state.sh upstream release 23.03 * post-install: execute motd-carp-state.sh only once an hour * collectd: modified collectd scripts directory and scripts files right so that only _collectd group can execute them +* base: install ncdu and htop often used as diagnostic tools ### Fixed diff --git a/roles/base/tasks/packages.yml b/roles/base/tasks/packages.yml index 8de1449..5045f2a 100644 --- a/roles/base/tasks/packages.yml +++ b/roles/base/tasks/packages.yml @@ -18,6 +18,8 @@ - iftop - sudo-- - bash + - ncdu + - htop tags: - pkg