From: Lorin Hochstein Date: Sun, 8 Feb 2015 20:25:52 +0000 (-0500) Subject: Disable host key checking for ec2 X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=841483c1974794fa157657b2b750d8cd86ea4d17;p=ansiblebook.git Disable host key checking for ec2 --- diff --git a/ch12/playbooks/ansible.cfg b/ch12/playbooks/ansible.cfg index eadc325..9c27350 100644 --- a/ch12/playbooks/ansible.cfg +++ b/ch12/playbooks/ansible.cfg @@ -4,7 +4,9 @@ pipelining = True gathering = smart fact_caching = redis fact_caching_timeout = 86400 -forks = 20 + +# With EC2, don't want to check host keys +host_key_checking = False [ssh_connection] control_path = %(directory)s/%%h-%%r