Multiple EC2 Windows hosts

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. :slight_smile: Any and all help greatly appreciated!

D