Skip to content
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

Conversation

davidcr01
Copy link
Contributor

@davidcr01 davidcr01 commented Oct 17, 2023

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

  • Compiles without warnings.

Code formatting and web optimization

  • Uses three spaces indentation.
  • Adds or updates meta descriptions accordingly.
  • Updates the redirects.js script if necessary (check this guide).

Writing style

  • Uses present tense, active voice, and semi-formal registry.
  • Uses short, simple sentences.
  • Uses bold for user interface elements, italics for key terms or emphasis, and code font for Bash commands, file names, REST paths, and code.

@@ -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.
Copy link
Member

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>>

Copy link
Contributor Author

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.

@javimed javimed merged commit 20d2e03 into 4.8.0 Oct 19, 2023
@javimed javimed deleted the change/6532-windows-macos-agents-are-supported-in-ansible-deployment branch October 19, 2023 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
level/task Task issue type/bug Bug issue
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Extend Wazuh ansible support for Windows and macOS endpoints
3 participants