Skip to content

Instantly share code, notes, and snippets.

@natemccurdy
Created July 16, 2015 20:15
Show Gist options
  • Save natemccurdy/f4f985adb72daf57cd45 to your computer and use it in GitHub Desktop.
Save natemccurdy/f4f985adb72daf57cd45 to your computer and use it in GitHub Desktop.
Practitioner: inventory report
inventory do
format "%25s: %15s [ %s / %s ]"
fields { [
identity,
facts["ipaddress"],
facts["memoryfree"],
facts["memorysize"]
] }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment