knife-batch
knife-batch copied to clipboard
Knife plugin to batch ssh commands across hosts
My searches doing this `knife batch "role:web" "hostname" -B 5 -W 10` Where always returning nil values. Digging in I found it was returning a hash like ``` {"web10-eu.domain.com"=>{"fqdn"=>"web10-eu.domain.com"}} ```...
Trying to install plugin via gem (macosx, ruby 1.9.3-p194, rvm) $ gem install knife-batch ``` bash /Users/logan/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/1.9.1/psych.rb:203:in `parse': (): found character that cannot start any token while scanning for the...
def ssh_command(command, subsession=nil, nodes) I'm not 100% certain but I believe that since you have a default value for subsession all params to the right must also have default values....