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 26. ome_device_group (continued)
Parameter Required Default Choices Comments
ip_addresses False NA NA
● List of IPs of the device(s) to be
added to the device group.
● I(ip_addresses) is mutually
exclusive with I(device_ids) and
I(device_service_tags).
● Supported IP address range
formats:
○ 192.35.0.1
○ 10.36.0.0 -192.36.0.255
○ 192.37.0.0/24
○ fe80::ffff:ffff:ffff:ffff
○ fe80::ffff:192.0.2.0/125
○ fe80::ffff:ffff:ffff:1111-
fe80::ffff:ffff:ffff:ffff
● C(NOTE) Hostname is not
supported.
● C(NOTE) I(ip_addresses) requires
python's netaddr packages to
work on IP Addresses.
● C(NOTE) This module reports
success even if one of the
IP addresses provided in the
I(ip_addresses) list is available
in OpenManage Enterprise.The
module reports failure only if none
of the IP addresses provided
in the list are available in
OpenManage Enterprise.
Return Values
msg:
type: str
description: Overall status of the device group settings.
returned: always
sample: "Successfully added member(s) to the device group."
group_id:
type: int
description: ID of the group.
returned: success
sample: 21078
ip_addresses_added:
type: list
description: IP Addresses which are added to the device group.
returned: success
sample: 21078
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."
62
Modules for OpenManage Enterprise (OME)