From: Lorin Hochstein Date: Wed, 4 Feb 2015 02:44:07 +0000 (-0500) Subject: add host key checking false X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=8781c59c4d6683b06d3d3643e9ae034f94da4ef6;p=ansiblebook.git add host key checking false --- diff --git a/ch01/playbooks/ansible.cfg b/ch01/playbooks/ansible.cfg index 1aa0959..998812f 100644 --- a/ch01/playbooks/ansible.cfg +++ b/ch01/playbooks/ansible.cfg @@ -2,3 +2,4 @@ hostfile = inventory remote_user = vagrant private_key_file = .vagrant/machines/default/virtualbox/private_key +host_key_checking = False diff --git a/ch02/playbooks/ansible.cfg b/ch02/playbooks/ansible.cfg index 1aa0959..998812f 100644 --- a/ch02/playbooks/ansible.cfg +++ b/ch02/playbooks/ansible.cfg @@ -2,3 +2,4 @@ hostfile = inventory remote_user = vagrant private_key_file = .vagrant/machines/default/virtualbox/private_key +host_key_checking = False