We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As in title, repeating installtion on indexer ansible could get stuck at the following line:
wazuh-ansible/roles/wazuh/wazuh-indexer/tasks/security_actions.yml
Line 80 in 75547da
- name: Initialize the Opensearch security index in Wazuh indexer command: > sudo -u wazuh-indexer OPENSEARCH_PATH_CONF={{ indexer_conf_path }} JAVA_HOME=/usr/share/wazuh-indexer/jdk {{ indexer_sec_plugin_tools_path }}/securityadmin.sh -cd {{ indexer_sec_plugin_conf_path }}/ -icl -p 9200 -cd {{ indexer_sec_plugin_conf_path }}/ -nhnv -cacert {{ indexer_conf_path }}/certs/root-ca.pem -cert {{ indexer_conf_path }}/certs/admin.pem -key {{ indexer_conf_path }}/certs/admin-key.pem -h {{ target_address }} retries: 2 delay: 5 register: result until: result.rc == 0 run_once: true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As in title, repeating installtion on indexer ansible could get stuck at the following line:
wazuh-ansible/roles/wazuh/wazuh-indexer/tasks/security_actions.yml
Line 80 in 75547da
The text was updated successfully, but these errors were encountered: