Add a missed command (#50781)
* Add a missed command * Link to the WinRM configuration page
This commit is contained in:
parent
51ac4d3441
commit
fbbda7267b
2 changed files with 3 additions and 0 deletions
|
@ -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 <windows_winrm>` 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
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
.. _windows_winrm:
|
||||
|
||||
Windows Remote Management
|
||||
=========================
|
||||
Unlike Linux/Unix hosts, which use SSH by default, Windows hosts are
|
||||
|
|
Loading…
Reference in a new issue