Hi all I am running the following version of ruby and capistrano on my ubuntu 9.04
ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux] Capistrano v2.5.9 I am trying to exapand the following capfile set :gateway, "gw.example.net" role :myhosts, "host1.example.net", "host2.example.net", "host3.example.net" task :uname, :roles => :myhosts do run "uname -a" end I like to add 50 hosts. Do I need to add them comma separated like above? Is it possible to point to a file with list of hosts (one host per line) instead? Also, can I have multiple threads run in parallel instead of ssh'ng to one host at a time? P.S. capistrano newbie alert! -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
