Skip to content

Commit

Permalink
Merge pull request #4 from ANXS/jfreedman/more-utils
Browse files Browse the repository at this point in the history
Adding multitail and ncdu to base utils
  • Loading branch information
pjan committed Apr 8, 2015
2 parents 778b3dd + 0af5d20 commit 99fdff7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ utilities_base:
- nmap
- mosh
- mtr
- multitail
- ncdu
- netcat
- pciutils
- pstack
Expand Down

0 comments on commit 99fdff7

Please sign in to comment.