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
"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)