Users Guide

Parameter Required Default Choices Comments
job_wait Yes True NA
Whether to wait for job
completion or not.
catalog_le_name No Catalog.xml NA
Catalog le name relative
to the I(share_name).
reboot No False NA
Whether to reboot after
applying the updates or
not.
share_name Yes NA NA
CIFS or NFS Network
share
share_user No NA NA
Network share user in the
format 'user@domain' or
'domain\user' if user is
part of a domain else
'user'. This option is
mandatory for CIFS
Network share.
share_pwd No NA NA
Network share user
password. This option is
mandatory for CIFS
Network share.
share_mnt Yes NA NA
Local mount path of the
network share with read-
write permission for
ansible user. This option is
mandatory for Network
share.
Table 4. Return Values
Name Description Returned Type Sample
Firmware
Updates rmware from a repository
on a network share (CIFS, NFS)
Success String
https://github.com/dell/Dell-EMC-Ansible-
Modules-for-iDRAC/blob/master/samples/
dellemc_install_rmware.md
Example
-name: Update firmware from a repository on a Network Share
dellemc_install_firmware:
idrac_ip: "xx.xx.xx.xx"
idrac_user: "xxxx"
idrac_pwd: "xxxxxxxx"
share_name: "xx.xx.xx.xx:/share"
share_user: "xxxx"
share_pwd: "xxxxxxxx"
share_mnt: "/mnt/share"
reboot: "True"
job_wait: "True"
catalog_file_name: "Catalog.xml"
Modules for iDRAC
11