Re: [ansible-project] AD Module

2024-02-05 Thread Thirumalai Raja A
Actually I have terraform file to build a Linux and Windows server on Vcenter. I have been asked to create Custom EE and using that need to build a Windows and Linux servers So I just created Custom EE for AWX with terraform installed now, when I come to build a window VM the prerequisites is to cr

Re: [ansible-project] outputs to a multivalue with_items list.

2024-02-05 Thread 'Rowe, Walter P. (Fed)' via Ansible Project
https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_loops.html#with-items with_items is replaced by "loop" and simply iterates over a list. In the task you can reference any of the dictionary elements of the specific list entry. debug: msg: "{{ item.name }} - {{ item.disabled }} -

[ansible-project] outputs to a multivalue with_items list.

2024-02-05 Thread John Simmons
Hi Hope you can help me, I have a step in a playbook that makes a uri call to the gihub api servers and returns all the info regarding all of our repo's. I need to create a with_items list with information from that json response to have 3 items per repo(for example) for the next part of the pl

[ansible-project] Re: ansible collection microsoft.ad.ldap inventory

2024-02-05 Thread Todd Lewis
$ ansible-inventory --export --list On Monday, February 5, 2024 at 8:55:28 AM UTC-5 Andy Magana wrote: > So I now I have a working microsoft.ad.ldap.yaml dynamic inventory script. > But my question is how do I export my findings to a person that needs a > list of linux machines based on certain

[ansible-project] Re: ansible collection microsoft.ad.ldap inventory

2024-02-05 Thread Andy Magana
So I now I have a working microsoft.ad.ldap.yaml dynamic inventory script. But my question is how do I export my findings to a person that needs a list of linux machines based on certain attributes ? Thanks. On Friday, February 2, 2024 at 12:45:13 PM UTC-6 Andy Magana wrote: > [image: Andy M

[ansible-project] Re: help with microsoft dynamic inventory

2024-02-05 Thread Andy Magana
So I now I have a working microsoft.ad.ldap.yaml dynamic inventory script. But my question is how do I export my findings to a person that needs a list of linux machines based on certain attributes ? Thanks. On Friday, February 2, 2024 at 12:46:37 PM UTC-6 Andy Magana wrote: > Help with how

[ansible-project] Re: ansible collection microsoft.ad.ldap inventory

2024-02-05 Thread Andy Magana
So I now I have a working microsoft.ad.ldap.yaml dynamic inventory script. But my question is how do I export my findings to a person that needs a list of linux machines based on certain attributes ? Thanks. On Friday, February 2, 2024 at 12:45:13 PM UTC-6 Andy Magana wrote: > [image: Andy Ma