From c7882bf53241226193401ace5f536c04680da8b7 Mon Sep 17 00:00:00 2001 From: zenidd Date: Fri, 20 Nov 2020 14:54:29 +0100 Subject: [PATCH] Revert "roles/wazuh-agent: remove agent auth configuration for centos7 agent" This reverts commit 5f91c3d4c0da5bec26011ff35907537f6b4c2bbb. --- .../host_vars/wazuh_agent_centos7.yml | 7 +++++++ 1 file changed, 7 insertions(+) create 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 new file mode 100644 index 00000000..b4b37153 --- /dev/null +++ b/molecule/distributed-wazuh-elk/host_vars/wazuh_agent_centos7.yml @@ -0,0 +1,7 @@ +--- +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