You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/plugins
Jordan Borean 8ef2e6da05 Add support for Windows hosts in the SSH connection plugin (#47732)
* Add support for Windows hosts in the SSH connection plugin

* fix Python 2.6 unit test and sanity issues

* fix up connection tests in CI, disable SCP for now

* ensure we don't pollute the existing environment during the test

* Add connection_windows_ssh to classifier

* use test dir for inventory file

* Required powershell as default shell and fix tests

* Remove exlicit become_methods on connection

* clarify console encoding comment

* ignore recent SCP errors in integration tests

* Add cmd shell type and added more tests

* Fix some doc issues

* revises windows faq

* add anchors for windows links

* revises windows setup page

* Update changelogs/fragments/windows-ssh.yaml

Co-Authored-By: jborean93 <jborean93@gmail.com>
6 years ago
..
action Python interpreter discovery (#50163) 6 years ago
cache Fix inventory cache interface (#50446) 6 years ago
callback Fix for callback plugins on Python3 when a module returns dictionary keys that aren't strings 6 years ago
cliconf Move unit test compat code out of `lib/ansible/`. (#46996) 6 years ago
connection Update connection plugins to use correct, non-deprecated, methods (#52038) 6 years ago
filter ipaddr filter - return a network address when given an address with /32 subnet (#47539) 6 years ago
httpapi Checkpoint httpapi plugin (#49929) 6 years ago
inventory Add keyed_groups feature (#52045) 6 years ago
loader_fixtures Don't cache duplicate plugin names (#34420) 7 years ago
lookup Add laps_password lookup for retrieving a Windows LAPS Password (#52012) 6 years ago
shell Add support for Windows hosts in the SSH connection plugin (#47732) 6 years ago
strategy tqm._initialize_notified_handlers() is noop now (#50713) 6 years ago
terminal Add unit tests for junos terminal (#47103) 6 years ago
vars Add empty-init code-smell script. (#18406) 8 years ago
__init__.py Add empty-init code-smell script. (#18406) 8 years ago
test_plugins.py Misc typo fixes (#49816) 6 years ago