Merge pull request #854 from wazuh/853-4.4
Adapt 4.4 branch to new 4.4 packages
This commit is contained in:
commit
e324831e2f
@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
- Update to [Wazuh v4.4.0](https://github.com/wazuh/wazuh/blob/v4.4.0/CHANGELOG.md#v440)
|
- Update to [Wazuh v4.4.0](https://github.com/wazuh/wazuh/blob/v4.4.0/CHANGELOG.md#v440)
|
||||||
|
|
||||||
|
## [v4.3.9]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Update to [Wazuh v4.3.9](https://github.com/wazuh/wazuh/blob/v4.3.9/CHANGELOG.md#v439)
|
||||||
|
|
||||||
## [v4.3.8]
|
## [v4.3.8]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@ -16,6 +16,7 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb
|
|||||||
| Wazuh version | Elastic | ODFE |
|
| Wazuh version | Elastic | ODFE |
|
||||||
|---------------|---------|--------|
|
|---------------|---------|--------|
|
||||||
| v4.4.0 | | |
|
| v4.4.0 | | |
|
||||||
|
| v4.3.9 | | |
|
||||||
| v4.3.8 | | |
|
| v4.3.8 | | |
|
||||||
| v4.3.7 | | |
|
| v4.3.7 | | |
|
||||||
| v4.3.6 | | |
|
| v4.3.6 | | |
|
||||||
|
|||||||
@ -1,15 +1,23 @@
|
|||||||
---
|
---
|
||||||
- name: Debian/Ubuntu | Install apt-transport-https, ca-certificates, gnupg and acl
|
- name: Debian/Ubuntu | Install ca-certificates and gnupg
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- apt-transport-https
|
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
- acl
|
|
||||||
- gnupg
|
- gnupg
|
||||||
state: present
|
state: present
|
||||||
register: wazuh_agent_ca_package_install
|
register: wazuh_agent_ca_package_install
|
||||||
until: wazuh_agent_ca_package_install is succeeded
|
until: wazuh_agent_ca_package_install is succeeded
|
||||||
|
|
||||||
|
- name: Debian/Ubuntu | Install apt-transport-https and acl
|
||||||
|
apt:
|
||||||
|
name:
|
||||||
|
- apt-transport-https
|
||||||
|
- acl
|
||||||
|
state: present
|
||||||
|
register: wazuh_agent_ca_package_install
|
||||||
|
until: wazuh_agent_ca_package_install is succeeded
|
||||||
|
when: not (ansible_distribution == "Debian" and ansible_distribution_major_version in ['11'])
|
||||||
|
|
||||||
- name: Debian/Ubuntu | Installing Wazuh repository key (Ubuntu 14)
|
- name: Debian/Ubuntu | Installing Wazuh repository key (Ubuntu 14)
|
||||||
become: true
|
become: true
|
||||||
shell: |
|
shell: |
|
||||||
|
|||||||
@ -260,7 +260,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<!-- Directories to check (perform all possible verifications) -->
|
<!-- Directories to check (perform all possible verifications) -->
|
||||||
{% if wazuh_agent_config.syscheck.win_directories is defined and ansible_system == "Windows" %}
|
{% if wazuh_agent_config.syscheck.win_directories is defined and ansible_os_family == "Windows" %}
|
||||||
{% for directory in wazuh_agent_config.syscheck.win_directories %}
|
{% for directory in wazuh_agent_config.syscheck.win_directories %}
|
||||||
<directories {{ directory.checks }}>{{ directory.dirs }}</directories>
|
<directories {{ directory.checks }}>{{ directory.dirs }}</directories>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@ -280,7 +280,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if wazuh_agent_config.syscheck.ignore is defined and ansible_system == "Windows" %}
|
{% if wazuh_agent_config.syscheck.ignore is defined and ansible_os_family == "Windows" %}
|
||||||
{% for ignore in wazuh_agent_config.syscheck.ignore_win %}
|
{% for ignore in wazuh_agent_config.syscheck.ignore_win %}
|
||||||
<ignore type="sregex">{{ ignore }}</ignore>
|
<ignore type="sregex">{{ ignore }}</ignore>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
@ -11,7 +11,7 @@ dashboard_server_name: "dashboard"
|
|||||||
wazuh_version: 4.4.0
|
wazuh_version: 4.4.0
|
||||||
indexer_cluster_nodes:
|
indexer_cluster_nodes:
|
||||||
- 127.0.0.1
|
- 127.0.0.1
|
||||||
|
|
||||||
# The Wazuh dashboard package repository
|
# The Wazuh dashboard package repository
|
||||||
dashboard_version: "4.4.0"
|
dashboard_version: "4.4.0"
|
||||||
|
|
||||||
|
|||||||
@ -1,3 +1,2 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
dashboard_version: 4.4.0
|
dashboard_version: 4.4.0
|
||||||
|
|||||||
@ -26,9 +26,9 @@ minimum_master_nodes: 2
|
|||||||
# Example es1.example.com, es2.example.com
|
# Example es1.example.com, es2.example.com
|
||||||
domain_name: wazuh.com
|
domain_name: wazuh.com
|
||||||
|
|
||||||
indexer_sec_plugin_conf_path: /usr/share/wazuh-indexer/plugins/opensearch-security/securityconfig
|
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_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/
|
||||||
|
|
||||||
# Security password
|
# Security password
|
||||||
|
|||||||
@ -83,7 +83,7 @@
|
|||||||
JAVA_HOME=/usr/share/wazuh-indexer/jdk
|
JAVA_HOME=/usr/share/wazuh-indexer/jdk
|
||||||
{{ indexer_sec_plugin_tools_path }}/securityadmin.sh
|
{{ indexer_sec_plugin_tools_path }}/securityadmin.sh
|
||||||
-cd {{ indexer_sec_plugin_conf_path }}/
|
-cd {{ indexer_sec_plugin_conf_path }}/
|
||||||
-icl -p 9300 -cd {{ indexer_sec_plugin_conf_path }}/
|
-icl -p 9200 -cd {{ indexer_sec_plugin_conf_path }}/
|
||||||
-nhnv
|
-nhnv
|
||||||
-cacert {{ indexer_conf_path }}/certs/root-ca.pem
|
-cacert {{ indexer_conf_path }}/certs/root-ca.pem
|
||||||
-cert {{ indexer_conf_path }}/certs/admin.pem
|
-cert {{ indexer_conf_path }}/certs/admin.pem
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user