Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 1.1 User’s Guide
- Overview
- Getting Started
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server Administration Tasks
- Troubleshooting
- Accessing support content from the Dell EMC support site
Table 3. dellemc_install_firmware (continued)
Parameter Required Default Choices Comments
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 firmware 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_firmware.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"
Updating Firmware
9