ansible: disable host key checking for now

Need a better story (perhaps a callback function?) for handling this.
This commit is contained in:
David Wilson 2018-03-10 23:28:57 +05:45
parent 037bed895b
commit 12c6e574fb
1 changed files with 1 additions and 0 deletions

View File

@ -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,