Skip to content

Instantly share code, notes, and snippets.

@Gabitronics
Forked from jezeniel/fabfile_cheatsheet.md
Created June 6, 2017 04:18
Show Gist options
  • Save Gabitronics/c846961ccde8f821c3f722deb36890c3 to your computer and use it in GitHub Desktop.
Save Gabitronics/c846961ccde8f821c3f722deb36890c3 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