Users Guide

Table Of Contents
"Severity": "Critical",
"Resolution": "Retry the operation. If the issue persists, contact your system
administrator."
}
]
}
}
Examples
- name: Retrieve the compliance report of all of the devices in the specified
configuration compliance baseline.
dellemc.openmanage.ome_configuration_compliance_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
baseline: baseline_name
- name: Retrieve the compliance report for a specific device associated with the
baseline using the device ID.
dellemc.openmanage.ome_configuration_compliance_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
baseline: baseline_name
device_id: 10001
- name: Retrieve the compliance report for a specific device associated with the
baseline using the device service tag.
dellemc.openmanage.ome_configuration_compliance_info:
hostname: "192.168.0.1"
username: "username"
password: "password"
baseline: baseline_name
device_service_tag: 2HFGH3
Create and manage Configuration Compliance Baselines
Module: ome_configuration_compliance_baseline
Synopsis
This module allows to create, modify, and delete a configuration compliance baseline on OpenManage Enterprise. This module
also allows to remediate devices that are non-compliant with the baseline by changing the attributes of devices to match with
the associated baseline attributes.
Options
Table 33. ome_configuration_compliance_baseline
Parameter Required Default Choices Comments
hostname True NA NA Target IP Address or
hostname
username True NA NA Target username
password True NA NA Target user password
port False 443 NA Target HTTPS port
command NA create create, modify, delete
and remediate
C(create) creates
a configuration
baseline from an
existing compliance
template.C(create)
supports
C(check_mode)
or idempotency
80 Modules for OpenManage Enterprise (OME)