Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
默认是:parallel,当主机多的时候比较麻烦。
发现sshkit有个叫limit的选项,但是没找到怎么全局设置。
module SSHKit class Coordinator private def default_options { in: :groups, limit: 5 } end end end
在 deploy.rb 中添加一个猴子补丁就可以了,不整洁