mirror of https://github.com/ansible/ansible.git
Fix ansible-test issues with detecting docker host and forwarding ports (#81726)
* Properly detect docker host using ssh * Disable ControlPath when creating SSH port forwards * typo fix Co-authored-by: Matt Clay <matt@mystile.com> * Add clog frag --------- Co-authored-by: Matt Clay <matt@mystile.com>pull/81733/head
parent
710c0a264e
commit
3ec7a6e0db
@ -0,0 +1,5 @@
|
||||
bugfixes:
|
||||
- ansible-test - Properly detect docker host when using ``ssh://`` protocol for connecting to the docker daemon.
|
||||
- ansible-test - Explicitly supply ``ControlPath=none`` when setting up port fowarding over SSH to address
|
||||
the scenario where the local ssh configuration uses ``ControlPath`` for all hosts, and would prevent
|
||||
ports to be forwarded after the initial connection to the host.
|
Loading…
Reference in New Issue