Fabric:并行运行任意远程shell命令

时间:2012-06-01 19:25:48

标签: fabric

Fabric的任意命令模式允许我执行

$ fab [options] -- [shell command]

as defined here

现在,我如何利用fabric来运行 parallel 中的命令?这需要花费大量时间才能顺序执行

1 个答案:

答案 0 :(得分:2)

docs on the fab command使用-P选项。例如:

$ fab -R role_name -P -- du