Users Guide
share_pwd Yes NA NA
Network share user
password
share_mnt Yes NA NA
Local mount path of the
network share with read-
write permission for
ansible user
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
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"
Updating Firmware
9