Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 4.0.0 User’s Guide
- Contents
- Overview
- Getting Started
- Modules for iDRAC
- How OpenManage Ansible Modules work with iDRAC
- Running your first iDRAC Playbook
- Updating Firmware
- Configuring PowerEdge Servers
- Deploying operating system
- Server Inventory
- Server administration tasks
- Storage controller
- Modules for OpenManage Enterprise (OME)
- How OpenManage Ansible Modules work with OME
- Running your first OME Playbook
- Manage Devices
- Manage device configuration templates
- Template Service
- Manage the device firmware
- Manage jobs
- Manage users
- Manage identity pool
- Manage application settings
- Manage network configuration
- Manage fabrics
- Manage Profiles
- Device discovery
- Manage Chassis
- Manage Active Directory service and user groups
- Diagnostics
- Modules for Redfish APIs
- Deprecated modules
Table 38. ome_firmware_baseline_compliance_info (continued)
Parameter Required Default Choices Comments
● Either I(device_ids),
I(device_service_tags), or
I(device_group_names) is
required to generate
device based compliance
report.
● I(device_ids) is mutually
exclusive with I
(device_service_tags),I(d
evice_group_names), and
I(baseline_name).
●
Devices without reports
are ignored.
device_service_tags False NA NA
● A list of service tags
for which the device
based compliance report
is generated.
● Either I(device_ids),
I(device_service_tags), or
I(device_group_names) is
required to generate
device based compliance
report.
● I(device_service_tags)
is mutually exclusive
with I(device_ids),
I(device_group_names),
and I(baseline_name).
● Devices without reports
are ignored.
device_group_names False NA NA
● A list of group names
for which the device
based compliance report
is generated.
● Either I(device_ids),
I(device_service_tags), or
I(device_group_names) is
required to generate
device based compliance
report.
● I(device_group_names)
is mutually exclusive
with I(device_ids),
I(device_service_tags),
and I(baseline_name).
● Devices without reports
are ignored.
Return values
msg:
type: str
description: Overall baseline compliance report status.
returned: on error
sample: "Failed to fetch the compliance baseline information"
baseline_compliance_info:
type: dict
description: Details of the baseline compliance report.
returned: success
sample: [
98
Modules for OpenManage Enterprise (OME)