Users Guide

Table Of Contents
username: "username"
password: "password"
command: "remediate"
names: "baseline1"
Manage the device firmware
This section describes the following firmware processes that can be carried out on the devices managed by OME, using
OpenManage Ansible Modules-
Update device firmware.
Create a firmware catalog.
Create a firmware baseline.
Retrieve the list and details of all the baselines.
Retrieve baseline compliance details.
Update device firmware
Module: ome_firmware
Synopsis
This module updates the firmware of PowerEdge devices and all its components.
Options
Table 34. ome_firmware
Parameter Required Default Choices Comments
hostname True NA NA Target IP Address or hostname
username True NA NA Target username
password True NA NA Target user password
port False 443 NA Target HTTPS port
device_service_tag False NA NA
List of targeted device service tags.
Either I(device_id) or I(device_service_tag) can
be used individually or together.
I(device_service_tag) is mutually exclusive with
I(device_group_names).
device_id False NA NA
List of targeted device ids.
Either I(device_id), or I(device_service_tag) can
be used individually or together.
I(device_id) is mutually exclusive with
I(device_group_names).
device_group_names False NA NA
Enter the name of the group to update the
firmware of all the devices within the group.
I(device_group_names) is mutually exclusive with
I(device_id) and I(device_service_tag).
basline_name False NA NA
Enter the baseline name to update the firmware
of all the devices or groups of devices against the
available compliance report.
The firmware update can also be done by
providing the baseline name and the path to the
single DUP file. To update multiple baselines at
once, provide the baseline names separated by
commas.
86 Modules for OpenManage Enterprise (OME)