On 28.09.2016 00:02, William Muriithi wrote:
Hello

Sorry for the previous mail, went out accidentally before I had prepared.

ansible 2.1.1.0
centos 6.8 (control machine)
RHEL 6.6 (Managed machine)

I have a role that works fine with all the rest of the systems, but
will hang at setup stage on two systems.  ssh server configuration is
identical to the working systems, selinux is on permissive mode.

What would be other potential causes of such a hang?  And how have you
guys gone about debugging this kind of issues?

When things hang in setup is most likely because of a file system.
Gather facts is getting a lot of different values about the file systems, if one of this command hang you get a timeout.

Stale mount, NFS, LVM lock and so on.

Log in to the node and try mount, df -h and pvs.


--
Kai Stian Olstad

--
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/16a9f2d22c1fe3a756355c0373f8a9ef%40olstad.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to