From 9d78a84c63949ea878c1a9d13a0a165b73c2df5f Mon Sep 17 00:00:00 2001 From: Jonathan Freedman Date: Wed, 1 Apr 2015 09:26:25 -0300 Subject: [PATCH 1/2] Adding multitail and ncdu to base utils :sunflower: --- defaults/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/defaults/main.yml b/defaults/main.yml index 3e3a78a..1afffa7 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -16,6 +16,8 @@ utilities_base: - nmap - mosh - mtr + - multitail + - ncdu - netcat - pciutils - pstack From 0af5d2084236be0228bacbf43a2aaa89749dcb65 Mon Sep 17 00:00:00 2001 From: Jonathan Freedman Date: Mon, 6 Apr 2015 17:24:53 -0300 Subject: [PATCH 2/2] Mention multitail/ncdu in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 10ba921..fdfb66b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,9 @@ Ansible role that installs a selection of useful, must-have utilities. Additiona - **ltrace**: library call tracer - **nmap**: Security Scanner For Network Exploration & Hacking - **mosh**: mobile shell +- **multitail**: interactively tail multiple files - **mtr**: a network diagnostic tool +- **ncdu**: interactive console disk usage visualizer - **netcat**: reads and writes data across network - **pciutils**: collection of programs for inspecting and manipulating configuration of PCI devices - **pstack**: attaches to the active processes named by the pids on the command line , and prints out an execution stack trace