Skip to content

Instantly share code, notes, and snippets.

@atiaxi
Created November 20, 2012 20:31
Show Gist options
  • Save atiaxi/4120865 to your computer and use it in GitHub Desktop.
Save atiaxi/4120865 to your computer and use it in GitHub Desktop.
Persona list
#!/usr/bin/env python
import sys
IPS = {
'alice' : "10.0.5.101",
'bob' : "10.0.5.102",
'carol' : "10.0.5.103",
'dave' : "10.0.5.104",
'eliza' : "10.0.5.105",
'fred' : "10.0.5.106",
}
print IPS[sys.argv[1]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment