Disable host key checking for ec2
authorLorin Hochstein <lorin.hochstein@sendgrid.com>
Sun, 8 Feb 2015 20:25:52 +0000 (15:25 -0500)
committerLorin Hochstein <lorin.hochstein@sendgrid.com>
Sun, 8 Feb 2015 20:25:52 +0000 (15:25 -0500)
ch12/playbooks/ansible.cfg

index eadc325..9c27350 100644 (file)
@@ -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