Users Guide

Table Of Contents
Manage Active Directory user group
Module: ome_domain_user_groups
Synopsis
This module allows to create, modify, or delete an Active Directory user group on OpenManage Enterprise and OpenManage
Enterprise Modular.
Options
Table 58. ome_domain_user_group
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 NA present
present
absent
C(present) creates or modifies the
Active Directory user group.
C(absent) deletes an existing
Active Directory user group.
group_name True NA NA
The desired Active Directory user
group name to be imported or
removed.
"Examples for user group
name: Administrator or Account
Operators or Access Control
Assistance Operator"
I(group_name) value is case
insensitive
role NA NA NA
The desired roles and privilege for
the imported Active Directory user
group.
"OpenManage Enterprise
Modular Roles: CHASSIS
ADMINISTRATOR, COMPUTE
MANAGER, STORAGE MANAGER,
FABRIC MANAGER, VIEWER"
"OpenManage Enterprise Roles:
ADMINISTRATOR, DEVICE
MANAGER, VIEWER"
I(role) value is case insensitive.
directory_name NA NA NA
The directory name set while
adding the Active Directory.
I(directory_name) is mutually
exclusive with I(directory_id).
directory_id NA NA NA
The ID of the Active Directory.
I(directory_id) is mutually
exclusive with I(directory_name).
domain_username NA NA NA
Active directory domain username.
"Example: username@domain or
domain\\username"
domain_password NA NA NA Active directory domain password.
Modules for OpenManage Enterprise (OME) 165