Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 4.0.0 User’s Guide
- Contents
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules work with iDRAC
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Storage controller
- Modules for OpenManage Enterprise (OME)
- How OpenManage Ansible Modules work with OME
- Running your first OME Playbook
- Manage Devices
- Manage device configuration templates
- Template Service
- Manage the device firmware
- Manage jobs
- Manage users
- Manage identity pool
- Manage application settings
- Manage network configuration
- Manage fabrics
- Manage Profiles
- Device discovery
- Manage Chassis
- Manage Active Directory service and user groups
- Diagnostics
- Modules for Redfish APIs
- Deprecated modules
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