Users Guide

Table Of Contents
Deprecated modules
The OpenManage Ansible modules listed here are deprecated.
Topics:
View firmware inventory
View the system inventory
View firmware inventory
Module: dellemc_get_firmware_inventory
Synopsis
You can view the firmware inventory of a server using this module. This module displays components of a server and the
corresponding firmware versions.
Check_mode support: No
Options
Table 63. dellemc_get_firmware_inventory
Parameter/aliases Required Default Choices Comments
idrac_ip Yes NA NA iDRAC IP Address
idrac_username 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 components and their firmware versions. Also, list of the
firmware
dictionaries (one dictionary per firmware).
returned: success
type: complex
sample: {
[
{
"BuildNumber": "0",
"Classifications": "10",
"ComponentID": "101100",
"ComponentType": "FRMW",
"DeviceID": null,
"ElementName": "Power Supply.Slot.1",
"FQDD": "PSU.Slot.1",
"IdentityInfoType": "OrgID:ComponentType:ComponentID",
"IdentityInfoValue": "DCIM:firmware:101100",
"InstallationDate": "2018-01-18T07:25:08Z",
"InstanceID": "DCIM:INSTALLED#0x15__PSU.Slot.1",
"IsEntity": "true",
"Key": "DCIM:INSTALLED#0x15__PSU.Slot.1",
"MajorVersion": "0",
"MinorVersion": "1",
"RevisionNumber": "7",
"RevisionString": null,
"Status": "Installed",
6
Deprecated modules 181