mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -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 96b493002c
)
Co-authored-by: Rui Lopes <rgl@ruilopes.com>
21 lines
1.5 KiB
Text
21 lines
1.5 KiB
Text
.azure-pipelines/scripts/publish-codecov.py replace-urlopen
|
|
plugins/connection/wsl.py yamllint:unparsable-with-libyaml
|
|
plugins/inventory/gitlab_runners.py yamllint:unparsable-with-libyaml
|
|
plugins/inventory/iocage.py yamllint:unparsable-with-libyaml
|
|
plugins/inventory/linode.py yamllint:unparsable-with-libyaml
|
|
plugins/inventory/lxd.py yamllint:unparsable-with-libyaml
|
|
plugins/inventory/nmap.py yamllint:unparsable-with-libyaml
|
|
plugins/inventory/proxmox.py yamllint:unparsable-with-libyaml
|
|
plugins/inventory/scaleway.py yamllint:unparsable-with-libyaml
|
|
plugins/inventory/virtualbox.py yamllint:unparsable-with-libyaml
|
|
plugins/lookup/dependent.py validate-modules:unidiomatic-typecheck
|
|
plugins/modules/consul_session.py validate-modules:parameter-state-invalid-choice
|
|
plugins/modules/homectl.py import-3.11 # Uses deprecated stdlib library 'crypt'
|
|
plugins/modules/iptables_state.py validate-modules:undocumented-parameter # params _back and _timeout used by action plugin
|
|
plugins/modules/lxc_container.py validate-modules:use-run-command-not-popen
|
|
plugins/modules/osx_defaults.py validate-modules:parameter-state-invalid-choice
|
|
plugins/modules/parted.py validate-modules:parameter-state-invalid-choice
|
|
plugins/modules/rhevm.py validate-modules:parameter-state-invalid-choice
|
|
plugins/modules/udm_user.py import-3.11 # Uses deprecated stdlib library 'crypt'
|
|
plugins/modules/xfconf.py validate-modules:return-syntax-error
|
|
tests/unit/plugins/modules/test_gio_mime.yaml no-smart-quotes
|