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
"Id": 10342,
"Type": {
"Id": 1000,
"Name": "DEVICE"
}
}
],
"TaskId": 41415,
"TaskStatusId": 2060
}
Examples
- name: Retrieve details of all the available firmware baselines
dellemc.openmanage.ome_firmware_baseline_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
- name: Retrieve details of a specific firmware baseline identified by its baseline name
dellemc.openmanage.ome_firmware_baseline_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
baseline_name: "baseline_name"
Retrieve firmware baseline compliance details
Module: ome_firmware_baseline_compliance_info
Synopsis
This module allows to retrieve firmware compliance for a list of devices, or against a specified baseline.
Options
Table 38. ome_firmware_baseline_compliance_info
Parameter Required Default Choices Comments
hostname True NA NA Target share address or
hostname.
username True NA NA Target username.
password True NA NA Target user password.
port False 443 NA Target HTTPS port.
baseline_name False NA NA
● Name of the baseline
for which the device
based compliance report
is generated.
● This option is mandatory
for generating baseline
based device compliance
report.
● I(baseline_name) is
mutually exclusive
with I(device_ids),
I(device_service_tags),
and
I(device_group_names).
device_ids False NA NA
● A list of unique identifiers
for which the device
based compliance report
is generated.
Modules for OpenManage Enterprise (OME) 97