For me the issue was the server was provided to me from vendor with only port 2224 open. This required Using Non-standard SSH Port
[production]
12.34.56.67 ansible_ssh_port=2224
Then after provisioning I needed to delete the entry in my known hosts and remove ansible_ssh_port=2224
.
Then all was honky dory.