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/docs/docsite/rst/user_guide
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
..
shared_snippets
become.rst
command_line_tools.rst
index.rst
intro.rst
intro_adhoc.rst
intro_bsd.rst
intro_dynamic_inventory.rst
intro_getting_started.rst
intro_inventory.rst
intro_patterns.rst
intro_windows.rst
modules.rst Python interpreter discovery (#50163) 6 years ago
modules_intro.rst
modules_support.rst
playbook_pathing.rst
playbooks.rst
playbooks_advanced_syntax.rst
playbooks_async.rst Fixed a typo in playbooks_async.rst (#53200) 6 years ago
playbooks_best_practices.rst
playbooks_blocks.rst
playbooks_checkmode.rst
playbooks_conditionals.rst
playbooks_debugger.rst
playbooks_delegation.rst
playbooks_environment.rst
playbooks_error_handling.rst
playbooks_filters.rst regex_escape: support POSIX basic regex (#50327) 6 years ago
playbooks_filters_ipaddr.rst Update filter documentation (#52575) 6 years ago
playbooks_intro.rst
playbooks_lookups.rst
playbooks_loops.rst Update the Loop docs (#47895) 6 years ago
playbooks_module_defaults.rst
playbooks_prompts.rst
playbooks_python_version.rst
playbooks_reuse.rst
playbooks_reuse_includes.rst utilities: Clean up parameter types and add seealso (#53063) 6 years ago
playbooks_reuse_roles.rst
playbooks_roles.rst
playbooks_special_topics.rst
playbooks_startnstep.rst
playbooks_strategies.rst
playbooks_tags.rst fix typo in example (#52475) 6 years ago
playbooks_templating.rst
playbooks_tests.rst
playbooks_variables.rst Change un-ordered list to ordered (#52033) 6 years ago
playbooks_vault.rst better error for bad module options (#52726) 6 years ago
plugin_filtering_config.rst
quickstart.rst
vault.rst Update vault docs for client scripts, multiple keys and misc (#43993) 6 years ago
windows.rst Add support for Windows hosts in the SSH connection plugin (#47732) 6 years ago
windows_dsc.rst win_dsc - Add argument validation and other fixes (#53093) 6 years ago
windows_faq.rst Add support for Windows hosts in the SSH connection plugin (#47732) 6 years ago
windows_setup.rst Add support for Windows hosts in the SSH connection plugin (#47732) 6 years ago
windows_usage.rst
windows_winrm.rst