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 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