From 7fe5d56505e091da467dee687e391f5731a40798 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Tue, 24 Jan 2023 10:36:35 -0300 Subject: [PATCH] AIO playbook variables added --- .github/playbooks/aio-wazuh.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/playbooks/aio-wazuh.yml b/.github/playbooks/aio-wazuh.yml index 8bd0d87a..f7f701a0 100644 --- a/.github/playbooks/aio-wazuh.yml +++ b/.github/playbooks/aio-wazuh.yml @@ -37,11 +37,19 @@ run_once: true # 2. Wazuh indexer - role: ../../roles/wazuh/wazuh-indexer + vars: + indexer_node_name: "wazuh-es01" # 3. Managers - role: ../../roles/wazuh/ansible-wazuh-manager - role: ../../roles/wazuh/ansible-filebeat-oss + vars: + dashboard_node_name: "wazuh-mgr01" + filebeat_output_indexer_hosts: + - "localhost:9200" # 4. Wazuh dashboard - role: ../../roles/wazuh/wazuh-dashboard + vars: + dashboard_node_name: "wazuh-dash01" # 5. Agents: # - role: ../../roles/wazuh/ansible-wazuh-agent # vars: