Skip to content

Instantly share code, notes, and snippets.

@m4ce
Created April 18, 2016 12:41
Show Gist options
  • Save m4ce/6ed11f8bc428e623ac6675ea6973013b to your computer and use it in GitHub Desktop.
Save m4ce/6ed11f8bc428e623ac6675ea6973013b to your computer and use it in GitHub Desktop.
MCO hardware inventory
formatted_inventory do
page_length 50
page_heading <<TOP
Hostname: Serial: Hardware: Distribution:
------------------------------------------------------------------------------------------------------------------------------
TOP
page_body <<BODY
@<<<<<<<<<<<<<<<<<<<<<<<< @<<<<<<<<<<<<<<<<<<<<<< @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< @<<< @<<<
identity, facts['serialnumber'], facts['productname'], facts['operatingsystem'], facts['operatingsystemrelease']
@ x @<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Kernel: @<<<<<<<<<<<<<<<<<<<<<<<<<
facts['physicalprocessorcount'], facts['processor0'], facts['kernelversion']
Cores: @, Memory: @<<<<<<
facts['processorcount'], facts['memorysize']
BODY
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment