I have a simple playbook that:

1 - starts an EC2 instance
2 - configures it
3 - creates an AMI from it
4 - terminates it

Over the last few days, I've been seeing the job fail quite frequently on 
step 4, because it's taking AWS too long to shut down the instance:

TASK: [destroy all instances] ******************************
*******************
failed: ****] => (item=****) => {"failed": true, "item": "****0"}
msg: wait for instance termination timeout on Fri Oct 10 06:39:56 2014

It seem obvious that this us an EC2 issue, but is there any way to change 
how long Ansible will wait for an instance to terminate? 

-- 
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/675a5990-66de-4d04-b82b-2f735ae81e0b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to