Here is what I've added to the host vars for that particular host:
```ansible_ssh_args: -o ConnectTimeout=240s -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes```Unfortunately that didn't help. The connection timeout setting is new to this host, the other values are the default in my environment, that's why I've added them here too. Do you think any of those might be the problem? Or do I have any issues in my syntax?
Using module file /usr/lib/python2.7/dist-packages/ansible/modules/core/system/setup.py
<fimfcn1> ESTABLISH SSH CONNECTION FOR USER: jurgenhaas
<fimfcn1> SSH: EXEC ssh -vvv -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=jurgenhaas -o ConnectTimeout=10 -o ControlPath=/home/jurgenhaas/.ansible/cp/ansible-ssh-%h-%p-%r fimfcn1 '/bin/sh -c '"'"'sudo -H -S -p "[sudo via ansible, key=rczwjukcmjelutvbwindjqgbbipfxehz] password: " -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-rczwjukcmjelutvbwindjqgbbipfxehz; /usr/bin/python'"'"'"'"'"'"'"'"' && sleep 0'"'"''
TASK [Upgrade packages] ********************************************************task path: /opt/ansible/playbooks/sanity.yml:36Using module file /usr/lib/python2.7/dist-packages/ansible/modules/core/packaging/os/apt.py<fimfcn1> ESTABLISH SSH CONNECTION FOR USER: jurgenhaas<fimfcn1> SSH: EXEC ssh -vvv -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=jurgenhaas -o ConnectTimeout=10 -o ConnectTimeout=240s -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes -o ControlPath=/home/jurgenhaas/.ansible/cp/ansible-ssh-%h-%p-%r fimfcn1 '/bin/sh -c '"'"'sudo -H -S -p "[sudo via ansible, key=ftwxuktzuptwgsqvjrvadpkstknljlfl] password: " -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-ftwxuktzuptwgsqvjrvadpkstknljlfl; /usr/bin/python'"'"'"'"'"'"'"'"' && sleep 0'"'"''fatal: [fimfcn1]: FAILED! => { "failed": true, "msg": "Timeout (12s) waiting for privilege escalation prompt: "}