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
sample: {
"DiscoveredDevicesByType": [
{
"Count": 3,
"DeviceType": "SERVER"
}
],
"Completed": [
"192.168.24.17",
"192.168.24.20",
"192.168.24.22"
],
"Failed": [
"192.168.24.15",
"192.168.24.16",
"192.168.24.18",
"192.168.24.19",
"192.168.24.21",
"host123"
],
"DiscoveryConfigDiscoveredDeviceCount": 3,
"DiscoveryConfigEmailRecipient": "myemail@dell.com",
"DiscoveryConfigExpectedDeviceCount": 9,
"DiscoveryConfigGroupId": 125,
"JobDescription": "D1",
"JobEnabled": true,
"JobEndTime": "2021-01-01 06:27:29.99",
"JobId": 12666,
"JobName": "D1",
"JobNextRun": null,
"JobProgress": "100",
"JobSchedule": "startnow",
"JobStartTime": "2021-01-01 06:24:10.071",
"JobStatusId": 2090,
"LastUpdateTime": "2021-01-01 06:27:30.001",
"UpdatedBy": "admin"
}
discovery_ids:
description: IDs of the discoveries with duplicate names.
returned: when discoveries with duplicate name exist for I(state) is C(present)
type: list
sample: [1234, 5678]
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": [],
"Severity": "Critical",
"Resolution": "Retry the operation. If the issue persists, contact your system
administrator."
}
]
}
}
Examples
- name: Discover servers in a range
dellemc.openmanage.ome_discovery:
hostname: "192.168.0.1"
username: "username"
password: "password"
discovery_job_name: "Discovery_server_1"
Modules for OpenManage Enterprise (OME)
155