From 995e76c6e37517b26390e2834dab4fc860c79783 Mon Sep 17 00:00:00 2001 From: Tim Herty <55276376+pragmatiker@users.noreply.github.com> Date: Thu, 7 Jan 2021 20:55:32 +0100 Subject: [PATCH] Update windows_winrm.rst (#73101) The standard Port for ansible winrm is set to 5986/HTTPS. To be able to use Kerberos, you need to set ansible_port: 5985/HTTP otherwiese you get error message or timeout. HTTPS is not needed for environments with Kerberos, since kerberos has server identification built in to the protocoll. FYI: HTTP traffic will by default also be encrypted when using kerberos --- docs/docsite/rst/user_guide/windows_winrm.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docsite/rst/user_guide/windows_winrm.rst b/docs/docsite/rst/user_guide/windows_winrm.rst index 03421cfbf1a..ca8cf8146c1 100644 --- a/docs/docsite/rst/user_guide/windows_winrm.rst +++ b/docs/docsite/rst/user_guide/windows_winrm.rst @@ -281,6 +281,7 @@ The following example shows host vars configured for Kerberos authentication: ansible_user: username@MY.DOMAIN.COM ansible_password: Password ansible_connection: winrm + ansible_port: 5985 ansible_winrm_transport: kerberos As of Ansible version 2.3, the Kerberos ticket will be created based on