Add sleep before securityadmin
This commit is contained in:
parent
847de7c752
commit
4bccd0f970
@ -98,6 +98,10 @@
|
|||||||
indexer_password_hash: "{{ indexer_kibanaserver_password_hashed.stdout_lines | last }}"
|
indexer_password_hash: "{{ indexer_kibanaserver_password_hashed.stdout_lines | last }}"
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
|
- name: Pause for 2 minute
|
||||||
|
pause:
|
||||||
|
minutes: 2
|
||||||
|
|
||||||
- name: Initialize the Opensearch security index in Wazuh-Indexer
|
- name: Initialize the Opensearch security index in Wazuh-Indexer
|
||||||
command: >
|
command: >
|
||||||
sudo -u wazuh-indexer OPENSEARCH_PATH_CONF={{ indexer_conf_path }}
|
sudo -u wazuh-indexer OPENSEARCH_PATH_CONF={{ indexer_conf_path }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user