Merge branch '4.8.0' into merge-4.8.0-into-4.8.1

This commit is contained in:
David Correa Rodríguez 2024-03-01 12:31:37 +01:00
commit 1ead1ec354
No known key found for this signature in database
GPG Key ID: 8787C7C9FF271262
4 changed files with 7 additions and 9 deletions

View File

@ -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)
## [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

View File

@ -18,6 +18,7 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb
|---------------|---------|--------|
| v4.8.1 | | |
| v4.8.0 | | |
| v4.7.3 | | |
| v4.7.2 | | |
| v4.7.1 | | |
| v4.7.0 | | |

View File

@ -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/

View File

@ -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