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 the ActiveDirectory Powershell module. That is going to cause you several issue with running on the AWX controller (bad idea in general). You should look at Ansible execution environments to use Ansible builder to build a linux powershell container in your K8 cluster to for this. That of course assumes that the ActiveDirectory powershell module is available on Linux.
On Tue, Jan 2, 2024 at 1:01 PM Thirumalai Raja A <[email protected]> wrote: > 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 > localhost as its linux so that no dependency of windows target any one can > guide me on this. > > I am using AWX tower to run the playbook and AWX is running on the K8 > cluster. > > Regards, > > Thirumalai > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/CALyK%3Dg8AXXg6kaB8A%2B9GFtwXQgB3F8MrYVjS1%3DOE-qSG2uqPJQ%40mail.gmail.com > <https://groups.google.com/d/msgid/ansible-project/CALyK%3Dg8AXXg6kaB8A%2B9GFtwXQgB3F8MrYVjS1%3DOE-qSG2uqPJQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CAEcFzYw6GbVV-k_Ls_yyOYuSDciPJM948FyDnhsQL77QnWEJww%40mail.gmail.com.
