こんにちはtacchiです。 以前TrinityTさんが書いてたcapistranoのすすめのつづきです。 更新されないので勝手に書いちゃいます。 以下の動作をさせたかったので、taskを自分で作ってみようと言う事になりました。 ・特定のサーバのmongrelの起動、停止、再起動をさせたい ・特定サーバのapacheの起動、停止、再起動をさせたい ・rsyncでファイルを転送させたいこれがmongrelの起動、停止、再起動です。 namespace :mongrel do desc 'app01,app02 mongrelのrestart' task :restart, :roles => [:app1, :app2] do run "source /home/hoge/.bash_profile; /etc/init.d/mongrel_