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
"Is64Bit": false,
"LastRun": "2019-09-27 05:08:16.301",
"Name": "baseline1",
"RepositoryId": 43,
"RepositoryName": "catalog2",
"RepositoryType": "CIFS",
"Targets": [
{
"Id": 11603,
"Type": {
"Id": 1000,
"Name": "DEVICE"
}
}
],
"TaskId": 11710,
"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."
}
}
Examples
- name: Retrieves baseline based compliance report for specific device IDs
dellemc.openmanage.ome_firmware_baseline_compliance_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
device_ids:
- 11111
- 22222
- name: Retrieves device based compliance report for specific device service Tags
dellemc.openmanage.ome_firmware_baseline_compliance_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
device_service_tags:
- MXL1234
- MXL4567
- name: Retrieves device based compliance report for specific group names
dellemc.openmanage.ome_firmware_baseline_compliance_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
device_group_names:
- "group1"
- "group2"
100
Modules for OpenManage Enterprise (OME)