From 8781c59c4d6683b06d3d3643e9ae034f94da4ef6 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Tue, 3 Feb 2015 21:44:07 -0500 Subject: [PATCH] add host key checking false --- ch01/playbooks/ansible.cfg | 1 + ch02/playbooks/ansible.cfg | 1 + 2 files changed, 2 insertions(+) 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 -- 2.44.0