Commit 12c6e574 authored by David Wilson's avatar David Wilson

ansible: disable host key checking for now

Need a better story (perhaps a callback function?) for handling this.
parent 037bed89
......@@ -127,6 +127,7 @@ class Connection(ansible.plugins.connection.ConnectionBase):
ContextService.handle,
cast({
'method': 'ssh',
'check_host_keys': False, # TODO
'hostname': self._play_context.remote_addr,
'username': self._play_context.remote_user,
'password': self._play_context.password,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment