Add Group Member
Description
This playbook automates the process of adding one or more members to an existing Active Directory group.
The playbook requires domain credentials and supports a "what-if" mode for dry runs.
Credentials
- sys_ansible_aapwin
Input
| Variable | Description |
|---|---|
ad_group |
Name of the AD group to modify |
identity |
User or object to add as a group member |
domain_user |
Domain username for authentication |
domain_password |
Domain password for authentication |
whatif |
Run in check mode (yes/no) |
Output
None