Hi,
Thanks for the input.
I added the ssh key and service ssh restart
If others are curious. This was my ansible playbook.
[prox]
192.168.0.12
[prox:vars]
ansible_user=root
ansible_connection=ssh
ansible_ssh_common_args="-o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null"...