Users Guide

Table Of Contents
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)