Merge pull request #1216 from wazuh/1213-rollback-ism-changes
ISM changes rollback
This commit is contained in:
commit
e129cedf17
@ -28,7 +28,6 @@ domain_name: wazuh.com
|
|||||||
|
|
||||||
indexer_sec_plugin_conf_path: /etc/wazuh-indexer/opensearch-security
|
indexer_sec_plugin_conf_path: /etc/wazuh-indexer/opensearch-security
|
||||||
indexer_sec_plugin_tools_path: /usr/share/wazuh-indexer/plugins/opensearch-security/tools
|
indexer_sec_plugin_tools_path: /usr/share/wazuh-indexer/plugins/opensearch-security/tools
|
||||||
indexer_bin_path: /usr/share/wazuh-indexer/bin
|
|
||||||
indexer_conf_path: /etc/wazuh-indexer
|
indexer_conf_path: /etc/wazuh-indexer
|
||||||
indexer_index_path: /var/lib/wazuh-indexer/
|
indexer_index_path: /var/lib/wazuh-indexer/
|
||||||
|
|
||||||
|
|||||||
@ -94,14 +94,6 @@
|
|||||||
register: result
|
register: result
|
||||||
until: result.rc == 0
|
until: result.rc == 0
|
||||||
|
|
||||||
- name: Initialize ISM script
|
|
||||||
command: >
|
|
||||||
{{ indexer_bin_path }}/indexer-ism-init.sh
|
|
||||||
-p {{ indexer_admin_password }}
|
|
||||||
-i {{ target_address }}
|
|
||||||
become: yes
|
|
||||||
become_user: root
|
|
||||||
|
|
||||||
run_once: true
|
run_once: true
|
||||||
|
|
||||||
- name: Create custom user
|
- name: Create custom user
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user