Skip to content

Commit

Permalink
Disable host key checking in ansible.cfg
Browse files Browse the repository at this point in the history
Settiing host_key_checking to False helps alleviate the problems caused
on running the playbook with the undercloud as the target host.

Change-Id: Id8140a6e3a4e17dd665ab4e2d736848c72ba75d6
  • Loading branch information
smalleni committed Jan 16, 2018
1 parent cc70a27 commit 98e2104
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/ansible.cfg
Expand Up @@ -6,6 +6,7 @@ fact_caching_connection = /tmp/browbeat_fact_cache
gathering = smart
roles_path = ./browbeat/roles:./install/roles:
timeout = 30
host_key_checking = False
[ssh_connection]
# Load the specific ssh config file in this directory
ssh_args = -F ssh-config

0 comments on commit 98e2104

Please sign in to comment.