Skip to content

Instantly share code, notes, and snippets.

@bbuck
Created January 28, 2016 23:05
Show Gist options
  • Save bbuck/0251c8717276d90a0a6a to your computer and use it in GitHub Desktop.
Save bbuck/0251c8717276d90a0a6a to your computer and use it in GitHub Desktop.
{
"Variables": {
"me": "bbuck",
},
"GlobalOptions": {
"User": "{{me}}"
},
"Groups": [
{
"GroupName": "jumpshells",
"AutoHosts": ["env1", "env2", "env3"],
"Options": {
"ForwardAgent": "yes",
"HostName": "{{Host}}.example.com"
}
}
],
"Hosts": {
"local-test": {
"HostName": "192.168.1.1"
},
"dev-db": {
"HostName": "192.168.1.2"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment