From 4021a9e7b4333eabaea2760d57a9fa072a40924d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Correa=20Rodr=C3=ADguez?= Date: Tue, 17 Oct 2023 12:45:51 +0200 Subject: [PATCH] Changed Windows agent support in Ansible deployment --- .../deploying-with-ansible/guide/install-ansible.rst | 1 + .../deploying-with-ansible/guide/install-wazuh-agent.rst | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/source/deployment-options/deploying-with-ansible/guide/install-ansible.rst b/source/deployment-options/deploying-with-ansible/guide/install-ansible.rst index e5405aa04d..75c6cf627a 100644 --- a/source/deployment-options/deploying-with-ansible/guide/install-ansible.rst +++ b/source/deployment-options/deploying-with-ansible/guide/install-ansible.rst @@ -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 ---------------------------------- diff --git a/source/deployment-options/deploying-with-ansible/guide/install-wazuh-agent.rst b/source/deployment-options/deploying-with-ansible/guide/install-wazuh-agent.rst index 95401e8f04..54808e2058 100644 --- a/source/deployment-options/deploying-with-ansible/guide/install-wazuh-agent.rst +++ b/source/deployment-options/deploying-with-ansible/guide/install-wazuh-agent.rst @@ -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 -----------------------------------------