From 25edcaab633c0584d61251e59923c442380f5dbc Mon Sep 17 00:00:00 2001 From: Pierre Date: Wed, 13 May 2026 10:30:56 +0200 Subject: [PATCH] Install ncdu along htop on every system MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ncdu is one of these small very useful tools, like htop. It’s a curses UI to recursively dig through the system and figure out where the disc space is being wasted. --- ansible/tasks/setup-system.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/tasks/setup-system.yml b/ansible/tasks/setup-system.yml index e2ea614bc5..2feddaaf25 100644 --- a/ansible/tasks/setup-system.yml +++ b/ansible/tasks/setup-system.yml @@ -17,6 +17,7 @@ - fail2ban - htop - linux-libc-dev + - ncdu - net-tools - nftables - ngrep