Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I was stuck in similar problem. I did not want to disable the host key checking and instead added the following to ansible.cfg and the problem got solved:INI entry:[paramiko_connection]
host_key_auto_add = True
Environment variable: ANSIBLE_PARAMI...