Note
This plugin is part of the dellemc.openmanage collection (version 3.6.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
major release after 2023-01-15
Replaced with dellemc.openmanage.idrac_firmware_info.
Use dellemc.openmanage.idrac_firmware_info instead.
The below requirements are needed on the host that executes this module.
Parameter | Choices/Defaults | Comments |
---|---|---|
idrac_ip string / required | iDRAC IP Address. | |
idrac_password string / required | iDRAC user password. aliases: idrac_pwd | |
idrac_port integer | Default: 443 | iDRAC port. |
idrac_user string / required | iDRAC username. |
Note
check_mode
.--- - 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"
© 2012–2018 Michael DeHaan
© 2018–2021 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
https://docs.ansible.com/ansible/latest/collections/dellemc/openmanage/dellemc_get_firmware_inventory_module.html