Thanks, Vladimir! That worked really well. It generated the file much faster than the lineinfile alternative.
Thank you as well for the templating doc/link. After I figure out what info my "client" wants to extract from VMware, building a report will be the next step and so far I'm planning to use templates for that. Alex On Tue, Aug 20, 2024 at 4:57 PM Vladimir Botka <vbo...@gmail.com> wrote: > On Tue, 20 Aug 2024 16:16:17 -0600 > Alex Wanderley <alex.wander...@edmonton.ca> wrote: > > > Hi, > > > > OK, answering my own question, I was able to send the parsed vm_list > > content to a file using this task: > > > > - name: Copy list to file > > ansible.builtin.lineinfile: > > dest: <path_to_file_here> > > line: "{{ item['guest_name'] }}" > > state: present > > create: yes > > loop: "{{ vm_list.virtual_machines }}" > > > > There would be a different/better way of accomplishing that...? > > Try this > > - copy: > dest: <path_to_file_here> > content: | > {% for i in vm_list.virtual_machines %} > {{ i.guest_name }} > {% endfor %} > > See > > https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_templating.html > > -- > Vladimir Botka > -- [image: Edmonton_sig_RGB_S.jpg] Alex Wanderley Application and Infrastructure Analyst II Server Solutions & Automation Financial and Corporate Services | Open City and Technology 780-496-4156 Office 780-819-0273 Mobile City of Edmonton Century Place, 19th Floor 9803 102A Avenue NW Edmonton AB, T5J 3A3 All information contained in this email post is proprietary to the City of Edmonton, confidential and intended only for the addressed recipient. If you have received this post in error, please disregard the contents, inform the sender of the misdirection, and remove it from your system. The copying, dissemination or distribution of this email, if misdirected, is strictly prohibited. -- *The contents of this message and any attachment(s) are confidential, proprietary to the City of Edmonton, and are intended only for the addressed recipient. If you have received this in error, please disregard the contents, inform the sender of the misdirection, and remove it from your system. The copying, dissemination, or distribution of this message, if misdirected, is strictly prohibited.* -- 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 ansible-project+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CADp8UUTUn_JQKS8PtnNg3z2dR3cjzi1Td6pRsTFnqUZDiFc-SA%40mail.gmail.com.