Skip to content

Instantly share code, notes, and snippets.

@jezeniel
Created October 14, 2016 09:32
Show Gist options
  • Save jezeniel/eb81de3fe634b8903a142cf680214bff to your computer and use it in GitHub Desktop.
Save jezeniel/eb81de3fe634b8903a142cf680214bff to your computer and use it in GitHub Desktop.
Fabfile Cheatsheet

Fabric Cheatsheet

Cookbook

The fab command

Change host per task

$ fab task:hosts="host1;host2"

Change user

$ fab -u username task

Specify pemfile

$ fab -i pemfile.pem task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment