-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed Windows agent support in Ansible deployment #6640
Changed Windows agent support in Ansible deployment #6640
Conversation
@@ -34,6 +34,7 @@ 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could turn this requirement list item into a whole instruction on how to proceed configuring Ansible for Windows deployment. It could go into a new independent sentence like this
Before deploying on your Windows endpoints, you must set Ansible to use port `5986`. Edit the `hosts` file and add the following lines.
<<Sample configuration for setting `ansible_ssh_port=5986` goes here>>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kindly accepted. Please review the changes done in 283a949.
Description
Related issue: #6532
The aim of this PR is to change the Ansible documentation in order to specify the support for Windows and macOS endpoints due to: wazuh/wazuh-ansible#768
Checks
Docs building
Code formatting and web optimization
redirects.js
script if necessary (check this guide).Writing style
code
font for Bash commands, file names, REST paths, and code.