From 2467c9c4d25da493629172a0600e6f0007b01443 Mon Sep 17 00:00:00 2001 From: Drazen Date: Tue, 27 Feb 2024 17:36:26 +0100 Subject: [PATCH 1/2] Adding-wazuh-path-defaults --- roles/debian/wazuh/defaults/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/debian/wazuh/defaults/main.yml b/roles/debian/wazuh/defaults/main.yml index aa3a0b0c6..bdc813cc9 100644 --- a/roles/debian/wazuh/defaults/main.yml +++ b/roles/debian/wazuh/defaults/main.yml @@ -1,5 +1,6 @@ --- wazuh: + _wazuh_path: "" #roles_directory: "/path/to/roles" # defaults to /home/controller/.ansible/roles/wazuh-ansible branch: "v4.7.2" # wazuh-ansible git branch to checkout - not to be confused with wazuh_version! # Agent variables, installed locally by default From a0fff261a6cc160fe7321c2da0772ca30fada9a1 Mon Sep 17 00:00:00 2001 From: Drazen Date: Tue, 27 Feb 2024 17:40:40 +0100 Subject: [PATCH 2/2] Changing-wazuh-path-location --- roles/debian/wazuh/defaults/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/debian/wazuh/defaults/main.yml b/roles/debian/wazuh/defaults/main.yml index bdc813cc9..9ea1646b1 100644 --- a/roles/debian/wazuh/defaults/main.yml +++ b/roles/debian/wazuh/defaults/main.yml @@ -1,6 +1,7 @@ --- +_wazuh_path: "" + wazuh: - _wazuh_path: "" #roles_directory: "/path/to/roles" # defaults to /home/controller/.ansible/roles/wazuh-ansible branch: "v4.7.2" # wazuh-ansible git branch to checkout - not to be confused with wazuh_version! # Agent variables, installed locally by default