Skip to content

Instantly share code, notes, and snippets.

@hlxwell
Created September 25, 2014 02:19
Show Gist options
  • Save hlxwell/87b8519a69e75b57f4cb to your computer and use it in GitHub Desktop.
Save hlxwell/87b8519a69e75b57f4cb to your computer and use it in GitHub Desktop.
fabric Test
from fabric.api import *
env.hosts = ["app1", "app2"]
env.use_ssh_config = True
def host_type():
run('df -h')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment