Users Guide
Table Of Contents
- Dell EMC OpenManage Ansible Modules Version 3.0.0 User’s Guide
- 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)
- Modules for Redfish APIs
- Deprecated modules
- Deprecated iDRAC modules
- Install firmware
- View Lifecycle Controller status
- Export or Import Server Configuration Profile
- Configure time zone and NTP on iDRAC
- Configure iDRAC network
- Configure BIOS
- Configure iDRAC users
- Configure RAID
- Configure syslog
- Boot to a network ISO image
- Reset iDRAC
- View Lifecycle controller job status
- Export LC logs
- Delete LC job
- Delete LC job queue
- Deprecated OpenManage Enterprise (OME) modules
- Deprecated iDRAC modules
- Accessing documents from the Dell EMC support site
Table 47. ome_firmware_baseline (continued)
Parameter Required Default Choices Comments
with I(device_ids) and
I(device_group_names).
device_group_names False NA NA List of group names.
I(device_group_names)
is mutually exclusive
with I(device_ids) and
I(device_service_tags).
Return Values
msg:
description: Overall status of the firmware baseline creation
returned: always
type: str
sample: "Successfully created task for creating Baseline"
baseline_status:
description:
returned: success
type: dict
sample: {
"CatalogId": 123,
"Description": "BASELINE DESCRIPTION",
"DeviceComplianceReports": [],
"DowngradeEnabled": true,
"Id": 0,
"Is64Bit": true,
"Name": "my_baseline",
"RepositoryId": 123,
"RepositoryName": "catalog123",
"RepositoryType": "HTTP",
"Targets": [
{
"Id": 10083,
"Type": {
"Id": 1000,
"Name": "DEVICE"
}
},
{
"Id": 10076,
"Type": {
"Id": 1000,
"Name": "DEVICE"
}
}
],
"TaskId": 11235,
"TaskStatusId": 0
}
error_info:
type: dict
description: Details of http error.
returned: on http error
sample: {
"error": {
"@Message.ExtendedInfo": [
{
"Message": "Unable to retrieve baseline list either because the
device ID(s) entered are invalid",
"Resolution": "Make sure the entered device ID(s) are valid and
retry the operation.",
"Severity": "Critical"
}
],
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more
information."
Modules for OpenManage Enterprise (OME)
69