Merge pull request #1232 from wazuh/merge-4.9.0-into-master
Merge 4.9.0 into master
This commit is contained in:
commit
7211490b1d
@ -31,6 +31,12 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
- Update to [Wazuh v4.8.0](https://github.com/wazuh/wazuh/blob/v4.8.0/CHANGELOG.md#v480)
|
||||
|
||||
## [v4.7.3]
|
||||
|
||||
### Added
|
||||
|
||||
- Update to [Wazuh v4.7.3](https://github.com/wazuh/wazuh/blob/v4.7.3/CHANGELOG.md#v473)
|
||||
|
||||
## [v4.7.2]
|
||||
|
||||
### Added
|
||||
|
||||
@ -21,6 +21,7 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb
|
||||
| v4.8.2 | | |
|
||||
| v4.8.1 | | |
|
||||
| v4.8.0 | | |
|
||||
| v4.7.3 | | |
|
||||
| v4.7.2 | | |
|
||||
| v4.7.1 | | |
|
||||
| v4.7.0 | | |
|
||||
|
||||
@ -28,7 +28,6 @@ domain_name: wazuh.com
|
||||
|
||||
indexer_sec_plugin_conf_path: /etc/wazuh-indexer/opensearch-security
|
||||
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_index_path: /var/lib/wazuh-indexer/
|
||||
|
||||
|
||||
@ -94,14 +94,6 @@
|
||||
register: result
|
||||
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
|
||||
|
||||
when: inventory_hostname == ansible_play_hosts[0]
|
||||
|
||||
- name: Create custom user
|
||||
|
||||
Loading…
Reference in New Issue
Block a user