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 27. ome_groups (continued)
Parameter Required Default Choices Comments
description False
● Description for the
device group.
● This is applicable
only when I(state) is
C(present).
parent_group_name False Static Groups NA
● Name of the parent
device group under
which the device
group to be created
or modified.
● This is applicable
only when I(state) is
C(present).
● C(NOTE) If device
group with such a
name does not
exist, device group
with
I(parent_group_na
me) is created.
● This option is case
insensitive.
● This option is
mutually exclusive
with
I(parent_group_id)p
.
parent_group_id False NA NA
● ID of the parent
device group under
which the device
group to be created
or modified.
● This is applicable
only when I(state) is
C(present).
● This option is
mutually exclusive
with
I(parent_group_na
me).
Return Values
msg:
type: str
description: Overall status of the device group operation.
returned: always
sample: "Successfully deleted the device group(s)."
group_status:
description: Details of the device group operation status.
returned: success
type: dict
sample: {
"Description": "my group description",
"Id": 12123,
"MembershipTypeId": 12,
"Name": "group 1",
"ParentId": 12345,
"TypeId": 3000,
"IdOwner": 30,
"CreatedBy": "admin",
Modules for OpenManage Enterprise (OME)
65