mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-29 11:40:22 -07:00
add the wsl connection plugin (#9795)
* add the wsl connection plugin
* move the banner_timeout required paramiko version to its own line
* document the proxy_command required paramiko version
* document the timeout required paramiko version
* simplify the sending of the become_pass value
* add Connection.__init__ type hints
* add MyAddPolicy.missing_host_key type hints
* normalize the Connection._parse_proxy_command replacers dict values to the str type
* add the user_known_hosts_file option
* modify the private_key_file option type to path
(cherry picked from commit
|
||
---|---|---|
.. | ||
chroot.py | ||
funcd.py | ||
incus.py | ||
iocage.py | ||
jail.py | ||
lxc.py | ||
lxd.py | ||
proxmox_pct_remote.py | ||
qubes.py | ||
saltstack.py | ||
wsl.py | ||
zone.py |