Re: [ansible-project] ec2_facts hung

2014-09-09 Thread Michael DeHaan
Hmm, that's interesting. This may not help, but what version of Ansible are you on and is this the first task in your playbook? (Also, is gather_facts enabled? If it gathers facts, this is the 2nd task and my question is not relevant). On Mon, Sep 8, 2014 at 8:35 PM, Steven Truong

Re: [ansible-project] ec2_facts hung

2014-09-09 Thread Steven Truong
Hi Michael, I am using 1.7.1 and gather_facts was enabled by default. And just this morning, I tried again then things are working just fine. At this point, it is not an issue but it did happen for me. Sorry for wasting your times, Michael. Thanks for your helps, Steven. On Tuesday,

Re: [ansible-project] ec2_facts hung

2014-09-09 Thread Michael DeHaan
Nah, it's ok. I'm wondering if the EC2 metadata service had a glitch and was just giving you a very long timeout? On Tue, Sep 9, 2014 at 1:22 PM, Steven Truong djatlan...@gmail.com wrote: Hi Michael, I am using 1.7.1 and gather_facts was enabled by default. And just this morning, I tried

[ansible-project] ec2_facts hung

2014-09-08 Thread Steven Truong
Hi all, The subject is misleading but I would like to get some helps on how to troubleshoot this or figure out what can be done. I have about 70 instances with tag kafkaproducer=yes and I want to do rolling updates to them but my playbook went nowhere with ec2_facts. I ran the module