Hi M G https://github.com/petemounce/ansible-modules-extras/blob/win_ec2config/windows/win_ec2config.ps1 and https://github.com/petemounce/ansible-modules-extras/blob/win_ec2config/windows/win_ec2config.py worked fine for me. There was a PR, but the contribution didn't cover enough of the ec2config configuration surface area to be considered worth merging, and I didn't have the bandwidth to make the additions at the time.
Best regards Pete On 18 October 2016 at 19:46, M Ghaleb <[email protected]> wrote: > HI Peter, > > have you managed to do it? I can not connect to the EC2 instance > afterwards (after spinning up the AMI) > > any success on that? > > Regards, > > M G > > On Saturday, October 4, 2014 at 3:39:33 PM UTC+2, Peter Mounce wrote: >> >> I'm using Ansible to bake Windows AMIs in AWS. It works well. >> >> This involves running `& "c:\program >> files\Amazon\Ec2ConfigService\ec2config.exe" >> -sysprep` as the last step. This will sysprep the box and then shut it down >> so that one can `aws ec2 create-image` on it. >> >> Trouble is, because it shuts the box down, winrm goes with it. >> >> I was thinking about how I might do this, and so far the best I've come >> up with is to schedule a task for a few seconds from now that will run that >> command. Ansible ought to get a good response from winrm and return ok. >> >> Before I do that, can anyone think of something better, or has anyone >> done this already? >> >> Regards >> Pete >> > -- > You received this message because you are subscribed to a topic in the > Google Groups "Ansible Project" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/ansible-project/9W3lpPhRYBY/unsubscribe. > To unsubscribe from this group and all its topics, 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/a09601c5-2a0f-43c8-bd0b-aceb96255584%40googlegroups. > com > <https://groups.google.com/d/msgid/ansible-project/a09601c5-2a0f-43c8-bd0b-aceb96255584%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAAjTFnR3NDbicFANG4NnBSgD1mn63PSUh5jTQB-L%2BCqp69dH%3Dw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
