From fbbda7267bbb4c9081d8e81586ffcf536649275c Mon Sep 17 00:00:00 2001 From: Wojciech Sciesinski Date: Fri, 1 Feb 2019 02:46:24 +0000 Subject: [PATCH] Add a missed command (#50781) * Add a missed command * Link to the WinRM configuration page --- .../rst/dev_guide/developing_modules_general_windows.rst | 1 + docs/docsite/rst/user_guide/windows_winrm.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/docsite/rst/dev_guide/developing_modules_general_windows.rst b/docs/docsite/rst/dev_guide/developing_modules_general_windows.rst index b2135a8a252..12f34c26a35 100644 --- a/docs/docsite/rst/dev_guide/developing_modules_general_windows.rst +++ b/docs/docsite/rst/dev_guide/developing_modules_general_windows.rst @@ -508,6 +508,7 @@ tests for win_stat: - Run the command ``source ./hacking/env-setup`` to prepare environment. - Create a copy of ``./test/integration/inventory.winrm.template`` and name it ``inventory.winrm``. - Fill in entries under ``[windows]`` and set the required variables that are needed to connect to the host. +- :ref:`Install the required Python modules ` to support WinRM and a configured authentication method. - To execute the integration tests, run ``ansible-test windows-integration win_stat``; you can replace ``win_stat`` with the role you wish to test. This will execute all the tests currently defined for that role. You can set diff --git a/docs/docsite/rst/user_guide/windows_winrm.rst b/docs/docsite/rst/user_guide/windows_winrm.rst index d3ae4befc72..72c6e291059 100644 --- a/docs/docsite/rst/user_guide/windows_winrm.rst +++ b/docs/docsite/rst/user_guide/windows_winrm.rst @@ -1,3 +1,5 @@ +.. _windows_winrm: + Windows Remote Management ========================= Unlike Linux/Unix hosts, which use SSH by default, Windows hosts are