Password tasks updated
This commit is contained in:
parent
2aaed52649
commit
41dfecbdf8
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
ANSIBLE_FORCE_COLOR: '1'
|
ANSIBLE_FORCE_COLOR: '1'
|
||||||
|
|
||||||
scenario-distributed-wazuh:
|
scenario-distributed-wazuh:
|
||||||
name: Distributed ODFE + Wazuh
|
name: Distributed Wazuh
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the codebase.
|
- name: Check out the codebase.
|
||||||
|
|||||||
@ -60,7 +60,6 @@
|
|||||||
replace: "{{ indexer_password_hash | quote }}"
|
replace: "{{ indexer_password_hash | quote }}"
|
||||||
vars:
|
vars:
|
||||||
indexer_password_hash: "{{ indexer_admin_password_hashed.stdout_lines | last }}"
|
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
|
# this can also be achieved with password_hash, but it requires dependencies on the controller
|
||||||
- name: Hash the kibanaserver role/user pasword
|
- name: Hash the kibanaserver role/user pasword
|
||||||
@ -78,7 +77,6 @@
|
|||||||
replace: "{{ indexer_password_hash | quote }}"
|
replace: "{{ indexer_password_hash | quote }}"
|
||||||
vars:
|
vars:
|
||||||
indexer_password_hash: "{{ indexer_kibanaserver_password_hashed.stdout_lines | last }}"
|
indexer_password_hash: "{{ indexer_kibanaserver_password_hashed.stdout_lines | last }}"
|
||||||
run_once: true
|
|
||||||
|
|
||||||
- name: Initialize the Opensearch security index in Wazuh indexer
|
- name: Initialize the Opensearch security index in Wazuh indexer
|
||||||
command: >
|
command: >
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user