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 32. ome_configuration_compliance_info (continued)
Parameter Required Default Choices Comments
device associated
with the I(baseline).
● I(device_service_ta
g) is mutually
exclusive with
I(device_id).
Return Values
msg:
type: str
description: Over all compliance report status.
returned: on error
sample: "Unable to complete the operation because the entered target baseline name
'baseline' is invalid."
compliance_info:
type: dict
description: Returns the compliance report information.
returned: success
sample: [{
"ComplianceAttributeGroups": [{
"Attributes": [],
"ComplianceReason": "One or more attributes on the target device(s) does not match
the compliance template.",
"ComplianceStatus": 2,
"ComplianceSubAttributeGroups": [{
"Attributes": [{
"AttributeId": 75369,
"ComplianceReason": "Attribute has different value from template",
"ComplianceStatus": 3,
"CustomId": 0,
"Description": null,
"DisplayName": "Workload Profile",
"ExpectedValue": "HpcProfile",
"Value": "NotAvailable"
}],
"ComplianceReason": "One or more attributes on the target device(s) does not
match the compliance template.",
"ComplianceStatus": 2,
"ComplianceSubAttributeGroups": [],
"DisplayName": "System Profile Settings",
"GroupNameId": 1
}],
"DisplayName": "BIOS",
"GroupNameId": 1
}],
"ComplianceStatus": "NONCOMPLIANT",
"DeviceName": "WIN-PLOV8MPIP40",
"DeviceType": 1000,
"Id": 25011,
"InventoryTime": "2021-03-18 00:01:57.809771",
"Model": "PowerEdge R7525",
"ServiceTag": "JHMBX53"
}]
error_info:
description: Details of the HTTP Error.
returned: on HTTP error
type: dict
sample: {
"error": {
"code": "Base.1.0.GeneralError",
"message": "A general error has occurred. See ExtendedInfo for more information.",
"@Message.ExtendedInfo": [
{
"MessageId": "GEN1234",
"RelatedProperties": [],
"Message": "Unable to process the request because an error occurred.",
"MessageArgs": [],
Modules for OpenManage Enterprise (OME)
79