Skip to content

Commit

Permalink
Improved Windows port requirement in Ansible deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Oct 19, 2023
1 parent 4021a9e commit 283a949
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ The following minimum requirements should be met to use Ansible on Windows endpo
- PowerShell 3.0 or newer.
- At least .NET version 4.0 should be installed on the Windows endpoint.
- A WinRM listener should be created and activated.
- The port 5986 specified in the `ansible_ssh_port` variable in the hosts file.

Before deploying on your Windows endpoints, you must set Ansible to use port `5986`. Edit the `/etc/ansible/hosts` file and add the following lines.

.. code-block:: none
[<windows_hostname>]
<ip_address> ansible_ssh_port=5986
Installation on CentOS/RHEL/Fedora
----------------------------------
Expand Down

0 comments on commit 283a949

Please sign in to comment.