Fix indexer name format

This commit is contained in:
Alberto R 2022-03-04 16:10:58 +01:00
parent dc6a5c38b1
commit 2b2c05c695
No known key found for this signature in database
GPG Key ID: A3B78DD9E2FD8B94

View File

@ -20,7 +20,7 @@
- hostvars[inventory_hostname]['private_ip'] is not defined - hostvars[inventory_hostname]['private_ip'] is not defined
- name: Copy the node & admin certificates to Wazuh-Indexer cluster - name: Copy the node & admin certificates to Wazuh indexer cluster
copy: copy:
src: "{{ local_certs_path }}/certs/{{ item }}" src: "{{ local_certs_path }}/certs/{{ item }}"
dest: "{{ indexer_conf_path }}/certs/" dest: "{{ indexer_conf_path }}/certs/"
@ -34,7 +34,7 @@
- admin-key.pem - admin-key.pem
- admin.pem - admin.pem
- name: Restart Wazuh-Indexer with security configuration - name: Restart Wazuh indexer with security configuration
systemd: systemd:
name: wazuh-indexer name: wazuh-indexer
state: restarted state: restarted
@ -77,7 +77,7 @@
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: 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 }}
JAVA_HOME=/usr/share/wazuh-indexer/jdk JAVA_HOME=/usr/share/wazuh-indexer/jdk