How to use ansible with active directory

Do we have any module in ansible that we can use to add users and groups to AD.

Wondering this myself… I can’t find much documentation on it unless you’re using Tower.

You can probably use the ldap modules (ldap_attr ,ldap_entry) or
create AD specific modules.