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 57. ome_active_directory (continued)
Parameter Required Default Choices Comments
the IP address of the domain
controller.
● For multiple domain controllers,
a maximum of three values are
supported.
domain_controller_look
up
NA DNS
● DNS
● MANUAL
Select the Domain Controller Lookup
method.
domain_controller_port NA 3269 NA
● Domain controller port.
● By default, Global Catalog Address
port number 3269 is populated.
● For the Domain Controller Access,
enter 636 as the port number.
● C(NOTE), Only LDAPS ports are
supported.
group_domain NA NA NA Provide the group domain in the
format C(example.com) or C(ou=org,
dc=example, dc=com).
id NA NA NA
● Provide the ID of the
existing Active Directory service
connection.
● This is applicable for modification
and deletion.
● This is mutually exclusive with
I(name).
name NA NA NA
● Provide a name for the Active
Directory connection.
● This is applicable for creation and
deletion.
● This is mutually exclusive with
I(name).
network_timeout NA 120 NA
● Enter the network timeout
duration in seconds.
● The supported timeout duration
range is 15 to 300 seconds.
search_timeout NA 120 NA
● Enter the search timeout duration
in seconds.
● The supported timeout duration
range is 15 to 300 seconds.
state NA present
● present
● absent
● C(present) allows to create
or modify an Active Directory
service.
● C(absent) allows to delete a
Active Directory service.
test_connection NA no NA
● Enables testing the connection to
the domain controller.
● The connection to the domain
controller is tested with the
provided Active Directory service
details.
● If test fails, module will error out.
● If C(yes), I(domain_username)
and I(domain_password) has to be
provided.
162 Modules for OpenManage Enterprise (OME)