From 58ed9c241a93d88170671ac0e1d3a8dff81ac4fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Correa=20Rodr=C3=ADguez?= Date: Tue, 10 Oct 2023 17:59:05 +0200 Subject: [PATCH] Updated API enrollment variables --- playbooks/wazuh-agent.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/wazuh-agent.yml b/playbooks/wazuh-agent.yml index 22fcfa77..16ff48ae 100644 --- a/playbooks/wazuh-agent.yml +++ b/playbooks/wazuh-agent.yml @@ -10,7 +10,7 @@ port: 1514 protocol: tcp api_port: 55000 - api_proto: 'http' - api_user: ansible + api_proto: 'https' + api_user: wazuh max_retries: 5 retry_interval: 5 \ No newline at end of file