mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -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
This commit is contained in:
parent
a8b977320c
commit
96b493002c
12 changed files with 1551 additions and 0 deletions
2
.github/BOTMETA.yml
vendored
2
.github/BOTMETA.yml
vendored
|
@ -119,6 +119,8 @@ files:
|
|||
$connections/saltstack.py:
|
||||
labels: saltstack
|
||||
maintainers: mscherer
|
||||
$connections/wsl.py:
|
||||
maintainers: rgl
|
||||
$connections/zone.py:
|
||||
maintainers: $team_ansible_core
|
||||
$doc_fragments/:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue