Skip to content

Commit

Permalink
Update windows_setup.rst to fix link (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxianpeng authored Nov 10, 2023
1 parent d85357f commit 79c06a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docsite/rst/os_guide/windows_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Windows host must meet these base requirements for connectivity:

* You need to install PowerShell 5.1 or newer and at least .NET 4.0 on the Windows host.

* You need to create and activate a WinRM listener. More details, see `WinRM Setup <https://docs.ansible.com/ansible/latest/user_guide/windows_setup.html#winrm-listener>`_.
* You need to create and activate a WinRM listener. More details, see :ref:`winrm_listener`.

.. Note:: Some Ansible modules have additional requirements, such as a newer OS or PowerShell version. Consult the module documentation page to determine whether a host meets those requirements.

Expand Down Expand Up @@ -92,6 +92,8 @@ WinRM Setup
```````````
You need to configure the WinRM service so that Ansible can connect to it. There are two main components of the WinRM service that governs how Ansible can interface with the Windows host: the ``listener`` and the ``service`` configuration settings.

.. _winrm_listener:

WinRM Listener
--------------
The WinRM services listen for requests on one or more ports. Each of these ports must have a listener created and configured.
Expand Down

0 comments on commit 79c06a5

Please sign in to comment.