Re: [ansible-project] ansible ping hanging on a single node with no errors

2017-05-09 Thread Dick Davies
Are all the params in that ansible config correct (specifically the control path)? I don't know if they're defaults, or you've customised them for some reason, but I'd be verifying those next. On 9 May 2017 at 00:06, David Binney wrote: > Normal ssh is fine and running with

Re: [ansible-project] ansible ping hanging on a single node with no errors

2017-05-08 Thread David Binney
Normal ssh is fine and running with - gives no clues at all. It processes one host fine, then just hangs with no output at all. On Tue, 9 May 2017 at 4:09 am, Dick Davies wrote: > Well, back to basics. > > Can you SSH to the server manually? > If so, try adding

Re: [ansible-project] ansible ping hanging on a single node with no errors

2017-05-08 Thread Dick Davies
Well, back to basics. Can you SSH to the server manually? If so, try adding '-' to the ping task to see if that gives any clues. On 8 May 2017 at 09:35, David Binney wrote: > I am trying to run an ansible ping, but it it hanging on a single hostname, > and showing no

[ansible-project] ansible ping hanging on a single node with no errors

2017-05-08 Thread David Binney
I am trying to run an ansible ping, but it it hanging on a single hostname, and showing no error or log messages. [defaults] host_key_checking = False command_warnings = False error_on_undefined_vars = True gathering = smart #ssh_args = -o ControlMaster=auto -o ControlPersist=30m inventory =