openminds / bunka

Parallel ssh commands over chef servers with rspec-like output. Bunka uses the exit codes of a command to determine whether it qualifies as a success or failure.
MIT License
10 stars 2 forks source link

Add subnet query's #4

Open vncntvandriessche opened 9 years ago

vncntvandriessche commented 9 years ago

Query all nodes in a subnet ( with ssh ).

vncntvandriessche commented 9 years ago

for example using the nmap command:

sudo nmap -p T:22 10.1.11.1/24 --exclude 10.1.11.1,10.1.11.255