dellemc.openmanage.dellemc_get_firmware_inventory module – Get Firmware Inventory

Note

This module is part of the dellemc.openmanage collection (version 4.4.0).

You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install dellemc.openmanage.

To use it in a playbook, specify: dellemc.openmanage.dellemc_get_firmware_inventory.

New in version 1.0.0: of dellemc.openmanage

DEPRECATED

Removed in

major release after 2023-01-15

Why

Replaced with dellemc.openmanage.idrac_firmware_info.

Alternative

Use dellemc.openmanage.idrac_firmware_info instead.

Synopsis

  • Get Firmware Inventory.

Requirements

The below requirements are needed on the host that executes this module.

  • omsdk

  • python >= 2.7.5

Parameters

Parameter

Comments

idrac_ip

string / required

iDRAC IP Address.

idrac_password

aliases: idrac_pwd

string / required

iDRAC user password.

idrac_port

integer

iDRAC port.

Default: 443

idrac_user

string / required

iDRAC username.

Notes

Note

  • Run this module from a system that has direct access to DellEMC iDRAC.

  • This module supports check_mode.

Examples

---
- 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"

Status

  • This module will be removed in a major release after 2023-01-15. [deprecated]

  • For more information see DEPRECATED.

Authors

  • Rajeev Arakkal (@rajeevarakkal)