Hello
We have a changing inventory of linux servers we use ansible on. My ansible playbook with hang on a server for a long time. My only solution is to find the offending host and take it out of the /etc/ansible/hosts file.
how would I keep ansible from hanging on hosts ? I assume i need to tweek settings ? I almost need to write something to keep ansible from trying to contact dead hosts.
Additionally some of the hosts gave an error message to set “ANSIBLE_DEBUG=1” . I tried that with ansible all -m setup --extra-vars “ANSIBLE_DEBUG=1” and it did not help anything.
Regards;
timfox123