Good Day, How would one compose a list of VM's to make changes against. I have the following which works for a single machine :
*- hosts: 127.0.0.1 tasks: - name: Change NIC Configuration delegate_to: localhost vmware_guest: hostname: XXXXXXXXX username: XXXXXXXXX password: XXXXXXXXX datacenter: XXXXXXXXX name: VSAN025 validate_certs: False state: present folder: /XXXXXXXXX networks: - name: Internal* ... however, I need to make changes to dozens of machines. I have tried *vars* etc but it is like it cannot handle multiple servers against *name* ? *"msg": "No folder /**XXXXXXXXX matched in the search path : /* *XXXXXXXXX/vm/**XXXXXXXXX"* Regards Shaun -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/ba0e8fcd-02b6-47ae-ab49-8e456860aad5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
