Support Request #2904 has known_hosts file attached to it
Hopefully this is the pertinent part from failed facts gathering:
<server1020.prod.domain> ESTABLISH CONNECTION FOR USER: bmorriso
<server1020.prod.domain> REMOTE_MODULE setup CHECKMODE=True
<server1020.prod.domain> EXEC [‘ssh’, ‘-C’, ‘-vvv’, ‘-o’, ‘ControlMaster=auto’, ‘-o’, ‘ControlPersist=5m’, ‘-o’, ‘ControlPath=/home/bmorriso/.ansible/cp/ansible-ssh-%h-%p-%r’, ‘-o’, ‘StrictHostKeyChecking=no’, ‘-o’, ‘Port=3422’, ‘-o’, ‘KbdInteractiveAuthentication=no’, ‘-o’, ‘PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey’, ‘-o’, ‘PasswordAuthentication=no’, ‘-o’, ‘ConnectTimeout=10’, ‘server1020.prod.domain’, u"/bin/sh -c ‘LANG=C LC_CTYPE=C /usr/bin/python’“]
ok: [server88.prod.domain]
<server3033.prod.domain> ESTABLISH CONNECTION FOR USER: bmorriso
<server3033.prod.domain> REMOTE_MODULE setup CHECKMODE=True
<server3033.prod.domain> EXEC [‘ssh’, ‘-C’, ‘-vvv’, ‘-o’, ‘ControlMaster=auto’, ‘-o’, ‘ControlPersist=5m’, ‘-o’, ‘ControlPath=/home/bmorriso/.ansible/cp/ansible-ssh-%h-%p-%r’, ‘-o’, ‘StrictHostKeyChecking=no’, ‘-o’, ‘Port=3422’, ‘-o’, ‘KbdInteractiveAuthentication=no’, ‘-o’, ‘PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey’, ‘-o’, ‘PasswordAuthentication=no’, ‘-o’, ‘ConnectTimeout=10’, ‘server3033.prod.domain’, u”/bin/sh -c ‘LANG=C LC_CTYPE=C /usr/bin/python’“]
fatal: [server4214.prod.domain] => SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh
<server1028.prod.domain> ESTABLISH CONNECTION FOR USER: bmorriso
<server1028.prod.domain> REMOTE_MODULE setup CHECKMODE=True
<server1028.prod.domain> EXEC [‘ssh’, ‘-C’, ‘-vvv’, ‘-o’, ‘ControlMaster=auto’, ‘-o’, ‘ControlPersist=5m’, ‘-o’, ‘ControlPath=/home/bmorriso/.ansible/cp/ansible-ssh-%h-%p-%r’, ‘-o’, ‘StrictHostKeyChecking=no’, ‘-o’, ‘Port=3422’, ‘-o’, ‘KbdInteractiveAuthentication=no’, ‘-o’, ‘PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey’, ‘-o’, ‘PasswordAuthentication=no’, ‘-o’, ‘ConnectTimeout=10’, ‘server1028.prod.domain’, u”/bin/sh -c ‘LANG=C LC_CTYPE=C /usr/bin/python’"]
fatal: [server1020.prod.domain] => SSH Error: data could not be sent to the remote host. Make sure this host can be reached over ssh
specifically server1020.prod.domain
And I was trying to get the tasks to fail as they had many times earlier – nothing failed. Everything worked as expected and completed in 59s. I’m not convinced its fixed, but it’s behaving. I’ll poke at it in the AM. It was too easy to reproduce earlier.