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
ip_addresses:
- 192.35.0.1
- 10.36.0.0-192.36.0.255
- 192.37.0.0/24
- fe80::ffff:ffff:ffff:ffff
- ::ffff:192.0.2.0/125
- fe80::ffff:ffff:ffff:1111-fe80::ffff:ffff:ffff:ffff
Manage static device groups
Module: ome_groups
Synopsis
This module allows to create, modify, and delete static device groups on OpenManage Enterprise.
Options
Table 27. ome_groups
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
state False present
● present
● absent
● C(present) allows to
add the devices to a
device group.
● C(absent) allows
to delete a device
group.
name False NA NA
● Name of the group
to which devices
need to be added.
● If I(state) is absent,
multiple names can
be provided.
● This option is case
insensitive.
● This option is
mutually exclusive
with I(group_id).
group_id False NA NA
● ID of the device
group to be created,
modified, or deleted.
● If I(state) is absent,
multiple IDs can be
provided.
● This option is
mutually exclusive
with I(name).
new_name False NA NA
● New name for
the existing device
group.
● This is applicable
only when I(state) is
C(present).
64 Modules for OpenManage Enterprise (OME)