I would like to use ansible-playbook command instead of \'vagrant provision\'. However setting host_key_checking=false in the ho
ansible-playbook
vagrant provision
host_key_checking=false
ho
In /etc/ansible/ansible.cfg uncomment the line:
/etc/ansible/ansible.cfg
host_key_check = False
and in /etc/ansible/hosts uncomment the line
/etc/ansible/hosts
client_ansible ansible_ssh_host=10.1.1.1 ansible_ssh_user=root ansible_ssh_pass=12345678
That's all