issue #543: disable host key checking
This commit is contained in:
parent
edb745f434
commit
f3915b5f40
|
@ -44,7 +44,7 @@ with ci_lib.Fold('machine_prep'):
|
|||
|
||||
if os.path.expanduser('~mitogen__user1') == '~mitogen__user1':
|
||||
os.chdir(IMAGE_PREP_DIR)
|
||||
run("ansible-playbook -i localhost, _user_accounts.yml")
|
||||
run("ansible-playbook -c local -i localhost, _user_accounts.yml")
|
||||
|
||||
|
||||
with ci_lib.Fold('ansible'):
|
||||
|
|
|
@ -4,3 +4,4 @@ strategy_plugins = ../../ansible_mitogen/plugins/strategy
|
|||
retry_files_enabled = false
|
||||
display_args_to_stdout = True
|
||||
no_target_syslog = True
|
||||
host_key_checking = False
|
||||
|
|
Loading…
Reference in New Issue