From 41dfecbdf846888f067a4124592c0b50c2628ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Acu=C3=B1a?= Date: Thu, 19 May 2022 16:39:00 -0300 Subject: [PATCH] Password tasks updated --- .github/workflows/main.yml | 2 +- roles/wazuh/wazuh-indexer/tasks/security_actions.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 72078678..b13122b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: ANSIBLE_FORCE_COLOR: '1' scenario-distributed-wazuh: - name: Distributed ODFE + Wazuh + name: Distributed Wazuh runs-on: ubuntu-latest steps: - name: Check out the codebase. diff --git a/roles/wazuh/wazuh-indexer/tasks/security_actions.yml b/roles/wazuh/wazuh-indexer/tasks/security_actions.yml index 405bfe33..8a679c72 100644 --- a/roles/wazuh/wazuh-indexer/tasks/security_actions.yml +++ b/roles/wazuh/wazuh-indexer/tasks/security_actions.yml @@ -60,7 +60,6 @@ replace: "{{ indexer_password_hash | quote }}" vars: indexer_password_hash: "{{ indexer_admin_password_hashed.stdout_lines | last }}" - run_once: true # this can also be achieved with password_hash, but it requires dependencies on the controller - name: Hash the kibanaserver role/user pasword @@ -78,7 +77,6 @@ replace: "{{ indexer_password_hash | quote }}" vars: indexer_password_hash: "{{ indexer_kibanaserver_password_hashed.stdout_lines | last }}" - run_once: true - name: Initialize the Opensearch security index in Wazuh indexer command: >