Can you please upgrade to the latest stable version, 1.7.2 and see if you still have problems?
This may not be this, but due to list volume, we're limited in supporting older versions here. You might also enjoy "accelerated mode" though this doesn't really help you with an individually slow step, I suspect there's something wrong with what the setup module is doing. on the local machine, can you checkout ansible (devel branch is fine), and try: source ./hacking/env-setup ./hacking/test-module -m setup This will allow you to run the setup module locally and if need be, run it with some debug breakpoints or printouts added to see where it's holding up. (Unfortunately some development familiarity is required) Perhaps it's not a thing on 1.7.2 regardless, so I'd try that first. Thanks! On Thu, Oct 30, 2014 at 9:26 AM, Azul Inho <[email protected]> wrote: > Have an odd one here, > > I'm on ansible 1.6.2, my plays run slow, I'm stuck with RH6 so > controlmaster/persist is not an option. > I have this weird behaviour where gathering facts from a box takes almost > a minute, and then it just sits there for another 47 seconds or so before > it starts the first task in the playbook. > > > 00:00:03.965 PLAY [my_servers] > ******************************************************** > 00:00:03.965 > *00:00:03*.965 GATHERING FACTS > *************************************************************** > 00:00:57.581 ok: [mybox1] > 00:00:58.565 ok: [mybox2] > *00:00:59*.314 ok: [mybox3] > *00:01:47*.968 > 00:01:47.968 TASK: [remove this host from the load balancer config] > ************************ > > any clues? > > -- > 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/8e13eb08-92ed-41ac-9d86-e7439215c18b%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/8e13eb08-92ed-41ac-9d86-e7439215c18b%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/CA%2BnsWgxzvHjhJvqQ1pmWQ0jWF92oE%3DQq2KY7R%3DUC9zbg7FVikA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
