mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
add support for using an alternate remote port
This commit is contained in:
@@ -65,7 +65,8 @@ class ParamikoConnection(object):
|
||||
allow_agent=True,
|
||||
look_for_keys=True,
|
||||
password=self.runner.remote_pass,
|
||||
timeout=self.runner.timeout
|
||||
timeout=self.runner.timeout,
|
||||
port=self.runner.remote_port
|
||||
)
|
||||
except Exception, e:
|
||||
raise errors.AnsibleConnectionFailed(str(e))
|
||||
|
||||
Reference in New Issue
Block a user