Users Guide

Parameter Required Default Choices Comments
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"
10
Updating Firmware