disable host_key_checking

To stop Ansible from prompting to add a client server to the ssh known_hosts you can add the following to the /etc/ansible/ansible.cfg or ~/.ansible.cfg file:

[defaults]
host_key_checking = False