Skip to content

Instantly share code, notes, and snippets.

@tonywangcn
Last active March 19, 2017 09:59
Show Gist options
  • Save tonywangcn/be092ccb5c41db3a5edb3849ac2d3396 to your computer and use it in GitHub Desktop.
Save tonywangcn/be092ccb5c41db3a5edb3849ac2d3396 to your computer and use it in GitHub Desktop.
fabric_run_parallel
tony@tony-MBP:~/Desktop/Test$ fab install
[[email protected]:32772] Executing task 'install'
[[email protected]:32773] Executing task 'install'
[[email protected]:32774] Executing task 'install'
[[email protected]:32774] run: apt-get install dtach && apt-get install -y python-pip && pip install celery && pip install requests && pip install pymongo
[[email protected]:32773] run: apt-get install dtach && apt-get install -y python-pip && pip install celery && pip install requests && pip install pymongo
[[email protected]:32772] run: apt-get install dtach && apt-get install -y python-pip && pip install celery && pip install requests && pip install pymongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment