Skip to content

Instantly share code, notes, and snippets.

@mzupan
Created February 19, 2015 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mzupan/0ae4d89390fa0416488f to your computer and use it in GitHub Desktop.
Save mzupan/0ae4d89390fa0416488f to your computer and use it in GitHub Desktop.
def podinfo():
return {
'ip': __grains__['manage']['ip']['private'],
'pod': __grains__['manage']['pod']
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment