Re: [ansible-project] Ansible hangs on gathering facts

2024-05-01 Thread Lnx Gnome
Hi Sven, I don't have any ansible oriented solution for you, other than making the ansible output - very verbose, but would offer that you look for more traditional host based answers. If it used to work, then when did it stop? What changes happened on the host around that time? package updates

Re: [ansible-project] Ansible hangs on gathering facts

2024-04-26 Thread Sven Feyerabend
Hi, thanks for the advice. Since the affected hosts are physical devices, that are remotely managed, I can't simply destroy them and spin up new ones. Therefore, I would be very interested in finding (at least) the cause of this if not a solution, so we can avoid it in the future. Do you have a

Re: [ansible-project] Ansible hangs on gathering facts

2024-04-25 Thread Dick Visser
I would terminate the host and spin up a fresh one. This means your host will be in a known clean state again. On Thu, 25 Apr 2024 at 12:45, Sven Feyerabend wrote: > > Hi everyone, > > I have a host where Ansible used to run correctly. > A while ago, all runs of Ansible on this host started to ha

[ansible-project] Ansible hangs on gathering facts

2024-04-25 Thread Sven Feyerabend
Hi everyone, I have a host where Ansible used to run correctly. A while ago, all runs of Ansible on this host started to hang on Gathering Facts. I've searched on the internet for a solution, and found some tips on how to debug this. So I ran Ansible with ANSIBLE_KEEP_REMOTE_FILES=1 and used pyt