wunderio / WunderTools

Project reference configuration for use with Ansible & Vagrant
https://wundertools.wunder.io
GNU General Public License v2.0
18 stars 9 forks source link

Machines should have debugging tools installed in the provisioning #200

Open onnimonni opened 7 years ago

onnimonni commented 7 years ago

For debugging network related problems dig nc and tcpdump are really essential. These should be added with yum: $ yum install bind-utils nmap-ncat tcpdump.

Usually when they are needed the machines already have connection problems and then it's impossible to install them.

evilfurryone commented 7 years ago

I think we can update the base role and just add these programs into the install list.