HI all, Am trying to admin/setup multiple EC2 Windows hosts and have hit a bit of a snag. I have playbooks that create the initial instances just fine, along with one that creates a list of the Instance IDs of the Windows hosts I need using the ec2 module, and one that gets the default Administrator passwords using the ec2_win_password module. My quandry is, I have any number of different Windows machines that I need to admin inside another specific task, and I need to iterate over the list of Windows hosts and their correlating passwords, and then run the task on them. So my question is, how do I combine the two lists into one indexed one that pairs the right instance ID with the correct password? Or is there a simpler/better way of doing what I am trying to do? Switching to all Linux hosts would be great but not a viable option at this point. :) Any and all help greatly appreciated!
D -- 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/f837f40b-1099-44c1-9521-33f12aad1950%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
