$ time ansible-playbook provisioning/site.yml -i provisioning/hosts/vagrant -u vagrant -s -v
PLAY [Initialize all SUPPORT servers] ***************************************** GATHERING FACTS *************************************************************** ok: [33.33.33.10] ...[play books & tasks omitted]... 33.33.33.10 : ok=26 changed=1 unreachable=0 failed=1 real 5m31.437s user 0m1.434s sys 0m1.078s Brian: I checked the sshd_config and it already has the "UseDNS no" line set via vagrant's tweaks itself apparently. Overall there isn't an error that's ever thrown, just a long delay between the "GATHERING FACTS" start time and end time before the play books run as expected... Thanks for any other ideas, Steven On Tuesday, November 26, 2013 7:08:29 PM UTC-5, Michael DeHaan wrote: > > root@llamacube:/tmp# time ansible doesnotexist.example.com -m ping -i " > doesnotexist.example.com," > doesnotexist.example.com | FAILED => failed to transfer file to /ping: > > ssh: Could not resolve hostname doesnotexist.example.com: Name or service > not known > Couldn't read packet: Connection reset by peer > > > real 0m1.107s > user 0m0.060s > sys 0m0.076s > > > > > On Tue, Nov 26, 2013 at 7:02 PM, Steven Haddox <[email protected]<javascript:> > > wrote: > >> Sorry, both the control machine (my MacBook Air) and the Ansible remote >> node (my vagrant VM) are running perfectly fine (I can ssh into the Vagrant >> VM without a problem, and Ansible eventually does run through the play book >> after the 3-5 minutes pause on gathering facts completes. The only >> difference from when there's a delay vs. not is that my MacBook Air is >> offline for wifi. >> >> I'd paste the debug output, but I'm offline at the moment :P I'll gladly >> paste it later if desired. >> >> -Steven >> >> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Michael DeHaan <[email protected] <javascript:>> > CTO, AnsibleWorks, Inc. > http://www.ansibleworks.com/ > > -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
