summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJeff Gibson <jagibson@users.noreply.github.com>2017-03-03 03:51:40 -0600
committerjhawkesworth <jhawkesworth@users.noreply.github.com>2017-03-03 09:51:40 +0000
commit5cccb7a5d7b027b412037a71b92ec2c7f8033af9 (patch)
tree4a7dc707e9f840c263758af6bd32c935a12f89a7 /docs
parentd542f069effc0cc54e022ef3beb331b9fc93cb74 (diff)
downloadansible-5cccb7a5d7b027b412037a71b92ec2c7f8033af9.tar.gz
ansible_winrm_kerberos_delegation (#22113)
Add a note of how to turn on delegation when using kerberos.
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/intro_windows.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docsite/rst/intro_windows.rst b/docs/docsite/rst/intro_windows.rst
index caf97bd003..be905869a3 100644
--- a/docs/docsite/rst/intro_windows.rst
+++ b/docs/docsite/rst/intro_windows.rst
@@ -253,6 +253,7 @@ Since 2.0, the following custom inventory variables are also supported for addit
* ``ansible_winrm_realm``: Specify the realm to use for Kerberos authentication. If the username contains ``@``, Ansible will use the part of the username after ``@`` by default.
* ``ansible_winrm_transport``: Specify one or more transports as a comma-separated list. By default, Ansible will use ``kerberos,plaintext`` if the ``kerberos`` module is installed and a realm is defined, otherwise ``plaintext``.
* ``ansible_winrm_server_cert_validation``: Specify the server certificate validation mode (``ignore`` or ``validate``). Ansible defaults to ``validate`` on Python 2.7.9 and higher, which will result in certificate validation errors against the Windows self-signed certificates. Unless verifiable certificates have been configured on the WinRM listeners, this should be set to ``ignore``
+* ``ansible_winrm_kerberos_delegation``: Set to ``true`` to enable delegation of commands on the remote host when using kerberos.
* ``ansible_winrm_*``: Any additional keyword arguments supported by ``winrm.Protocol`` may be provided.
.. _windows_system_prep: