Users Guide

Table Of Contents
"SubDeviceID": null,
"SubVendorID": null,
"Updateable": "true",
"VendorID": null,
"VersionString": "00.1D.7D",
"impactsTPMmeasurements": "false"
}
]
}
Example
- name: Get Installed Firmware Inventory
dellemc.openmanage.dellemc_get_firmware_inventory:
idrac_ip: "192.168.0.1"
idrac_user: "user_name"
idrac_password: "user_password"
View the system inventory
Module: dellemc_get_system_inventory
Synopsis
System inventory provides basic and component level detailed inventory information. You can run this module when you want to
verify the asset, configured state, inventory, and health-related information for the system and its component.
Check_mode support: No
Options
Table 64. dellemc_get_system_inventory
Parameter/aliases Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_user Yes NA NA iDRAC username
idrac_password/
idrac_pwd
Yes NA NA iDRAC user password
idrac_port No 443 NA iDRAC port
Return Values
ansible_facts:
description: Displays the Dell EMC PowerEdge Server System Inventory.
returned: success
type: complex
sample: {
"SystemInventory": {
"BIOS": [
{
"BIOSReleaseDate": "10/19/2017",
"FQDD": "BIOS.Setup.1-1",
"InstanceID": "DCIM:INSTALLED#741__BIOS.Setup.00",
"Key": "DCIM:INSTALLED#741__BIOS.Setup.00",
"SMBIOSPresent": "True",
"VersionString": "1.2.11"
}
],
"CPU": [
{
"CPUFamily": "Intel(R) Xeon(TM)",
"Characteristics": "64-bit capable",
"CurrentClockSpeed": "2.3 GHz",
"DeviceDescription": "CPU 1",
"ExecuteDisabledCapable": "Yes",
}
182
Deprecated modules