Re: [ansible-project] AD Module

2024-01-02 Thread Evan Hisey
Why would you not want to be running the MS AD modules against a dedicate Windows AD management server? Understandably to tno run on an actual AD server, but most Windows domains have a dedicated Management/Utilities host for doing things like this. All the Microsoft AD community modules require

Re: [ansible-project] AD Module

2024-01-02 Thread 'Rowe, Walter P. (Fed)' via Ansible Project
There is the sssd service for Linux that joins a Linux host to an AD domain. With that you can use properly credentialed adcli commands to manipulate AD objects. Walter -- Walter Rowe, Division Chief Infrastructure Services Division On Jan 2, 2024, at 3:06 PM, Todd Lewis wrote: I'm slightly c

Re: [ansible-project] AD Module

2024-01-02 Thread Todd Lewis
I'm slightly confused about what you are asking for. It sounds like you are currently managing AD objects in an existing domain controller by using win_shell commands targeting that domain controller. So far so good. The part that confuses me is "my target host will be localhost as it's linu

[ansible-project] AD Module

2024-01-02 Thread Thirumalai Raja A
Hi, gys i have a task to manage AD objects like create, delete using ansible task right now i am using win_shell command module to run the command on windows target and creating AD objects. But I need to do it the same using an inbuilt ansible module like microsoft.ad about my target host will be