From 5f91c3d4c0da5bec26011ff35907537f6b4c2bbb Mon Sep 17 00:00:00 2001 From: zenidd Date: Fri, 20 Nov 2020 14:48:49 +0100 Subject: [PATCH] roles/wazuh-agent: remove agent auth configuration for centos7 agent --- .../host_vars/wazuh_agent_centos7.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 molecule/distributed-wazuh-elk/host_vars/wazuh_agent_centos7.yml diff --git a/molecule/distributed-wazuh-elk/host_vars/wazuh_agent_centos7.yml b/molecule/distributed-wazuh-elk/host_vars/wazuh_agent_centos7.yml deleted file mode 100644 index b4b37153..00000000 --- a/molecule/distributed-wazuh-elk/host_vars/wazuh_agent_centos7.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -wazuh_agent_authd: - registration_address: '{{ manager_addresses | random }}' - enable: true - port: 1515 - ssl_agent_ca: null - ssl_auto_negotiate: 'no' \ No newline at end of file