[ssh_config] Add support for ControlMaster (#7456)

* [ssh_config] Add support for ControlMaster

* Create separate function to convert bool

* Allow str values with yes/no options to also use bool
This commit is contained in:
Marcel
2023-11-11 12:04:06 +01:00
committed by GitHub
parent 2583c60487
commit c2f08c57e0
3 changed files with 96 additions and 6 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- ssh_config - adds ``controlmaster``, ``controlpath`` and ``controlpersist`` parameters (https://github.com/ansible-collections/community.general/pull/7456).