Merge pull request #1228 from wazuh/merge-4.8.0-into-4.8.1
Merge 4.8.0 into 4.8.1
This commit is contained in:
commit
5fc2e32900
@ -13,6 +13,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)
|
- 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]
|
## [v4.7.2]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@ -18,6 +18,7 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb
|
|||||||
|---------------|---------|--------|
|
|---------------|---------|--------|
|
||||||
| v4.8.1 | | |
|
| v4.8.1 | | |
|
||||||
| v4.8.0 | | |
|
| v4.8.0 | | |
|
||||||
|
| v4.7.3 | | |
|
||||||
| v4.7.2 | | |
|
| v4.7.2 | | |
|
||||||
| v4.7.1 | | |
|
| v4.7.1 | | |
|
||||||
| v4.7.0 | | |
|
| v4.7.0 | | |
|
||||||
|
|||||||
@ -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
|
|
||||||
|
|
||||||
when: inventory_hostname == ansible_play_hosts[0]
|
when: inventory_hostname == ansible_play_hosts[0]
|
||||||
|
|
||||||
- name: Create custom user
|
- name: Create custom user
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user