ansible: disable host key checking for now
Need a better story (perhaps a callback function?) for handling this.
This commit is contained in:
parent
037bed895b
commit
12c6e574fb
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue