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
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