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
domain_password NA NA NA
● Provide the domain password.
● This is applicable when
I(test_connection) is C(yes).
domain_username NA NA NA
● Provide the domain username
either in the UPN
(username@domain) or NetBIOS
(domain\\username) format.
● This is applicable when
I(test_connection) is C(yes).
validate_certificate NA no NA
● Enables validation of SSL
certificate of the domain
controller.
● The module will always report
change when this is C(yes).
certificate_file NA NA NA
● Provide the full path of the SSL
certificate.
● The certificate should be a Root
CA Certificate encoded in Base64
format.
● This is applicable when
I(validate_certificate) is C(yes).
Return Values
msg:
type: str
description: Overall status of the Active Directory operation.
returned: always
sample: "Successfully renamed the slot(s)."
active_directory:
type: dict
description: The Active Directory that was added, modified or deleted by this module.
returned: on change
sample: {
"Name": "ad_test",
"Id": 21789,
"ServerType": "MANUAL",
"ServerName": ["192.168.20.181"],
"DnsServer": [],
"GroupDomain": "dellemcdomain.com",
"NetworkTimeOut": 120,
"Password": null,
"SearchTimeOut": 120,
"ServerPort": 3269,
"CertificateValidation": false
}
error_info:
description: Details of the HTTP Error.
returned: on HTTP error
type: dict
sample: {
"error_info": {
"error": {
"@Message.ExtendedInfo": [
{
"Message": "Unable to connect to the LDAP or AD server because the
entered credentials are invalid.",
"MessageArgs": [],
"MessageId": "CSEC5002",
"RelatedProperties": [],
"Resolution": "Make sure the server input configuration
are valid and retry the operation.",
"Severity": "Critical"
Modules for OpenManage Enterprise (OME)
163