From 29d545a8bc16c4ad10cf6fdff5bbe40ca788a0bb Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Wed, 19 Oct 2016 14:26:44 -0700 Subject: [PATCH] Clarify pywinrm behavior WRT Python versions affected by SSLContext fixes #16765 --- docsite/rst/intro_windows.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_windows.rst b/docsite/rst/intro_windows.rst index ac7cf61f770..e5e3c8601cc 100644 --- a/docsite/rst/intro_windows.rst +++ b/docsite/rst/intro_windows.rst @@ -169,7 +169,7 @@ In group_vars/windows.yml, define the following inventory variables:: ansible_password: SecretPasswordGoesHere ansible_port: 5986 ansible_connection: winrm - # The following is necessary for Python 2.7.9+ when using default WinRM self-signed certificates: + # The following is necessary for Python 2.7.9+ (or any older Python that has backported SSLContext, eg, Python 2.7.5 on RHEL7) when using default WinRM self-signed certificates: ansible_winrm_server_cert_validation: ignore Attention for the older style variables (``ansible_ssh_*``): ansible_ssh_password doesn't exist, should be ansible_ssh_pass.