Makes host key checking the default behavior but can be disabled in ansible.cfg or by environment variable.

This commit is contained in:
Michael DeHaan 2013-07-03 16:47:20 -04:00
commit 9db4f7a9a6
5 changed files with 117 additions and 11 deletions

View file

@ -22,6 +22,9 @@ sudo_user = root
transport = paramiko
remote_port = 22
# uncomment this to disable SSH key host checking
#host_checking = False
# change this for alternative sudo implementations
sudo_exe = sudo