mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Clarify pywinrm behavior WRT Python versions affected by SSLContext
fixes #16765
This commit is contained in:
parent
f99ffb5620
commit
29d545a8bc
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue