Skip to content

Commit

Permalink
Changed Windows agent support in Ansible deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcr01 committed Oct 17, 2023
1 parent 38cafed commit 4021a9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Installation on CentOS/RHEL/Fedora
----------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ We can install the Wazuh agent on endpoints using the roles and playbooks availa

- SSH key-pairing should already be configured between the ansible deployment server and the endpoints.
- Add the endpoints where the agent will be deployed in the Ansible hosts file under the ``[wazuh-agents]`` hosts group.
- This playbook does not support deploying Wazuh agents to Windows and macOS endpoints.

1 - Accessing the wazuh-ansible directory
-----------------------------------------
Expand Down

0 comments on commit 4021a9e

Please sign in to comment.