Merge pull request #247 from wazuh/3.10.2_7.3.2-release
Wazuh Release 3.10.2 7.3.2
This commit is contained in:
commit
af115d73a2
16
CHANGELOG.md
16
CHANGELOG.md
@ -1,6 +1,22 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [v3.10.2_7.3.2]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Update to Wazuh v3.10.2
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Moved molecule folder to Wazuh QA Repository [manuasir](https://github.com/manuasir) [#120ed16](https://github.com/wazuh/wazuh-ansible/commit/120ed163b6f131315848938beca65c1f1cad7f1b)
|
||||||
|
|
||||||
|
- Refactored XPack Security configuration tasks [@jm404](https://github.com/jm404) [#246](https://github.com/wazuh/wazuh-ansible/pull/246)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed ES bootstrap password configuration [@jm404](https://github.com/jm404) [#b8803de](https://github.com/wazuh/wazuh-ansible/commit/b8803de85fb71edf090b0c076d4fe3684cd7cb36)
|
||||||
|
|
||||||
## [v3.10.0_7.3.2]
|
## [v3.10.0_7.3.2]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
4
VERSION
4
VERSION
@ -1,2 +1,2 @@
|
|||||||
WAZUH-ANSIBLE_VERSION="v3.10.0"
|
WAZUH-ANSIBLE_VERSION="v3.10.2"
|
||||||
REVISION="31000"
|
REVISION="31020"
|
||||||
|
|||||||
@ -6,7 +6,7 @@ elasticsearch_network_host: "127.0.0.1"
|
|||||||
kibana_server_host: "0.0.0.0"
|
kibana_server_host: "0.0.0.0"
|
||||||
kibana_server_port: "5601"
|
kibana_server_port: "5601"
|
||||||
elastic_stack_version: 7.3.2
|
elastic_stack_version: 7.3.2
|
||||||
wazuh_version: 3.10.0
|
wazuh_version: 3.10.2
|
||||||
|
|
||||||
# Xpack Security
|
# Xpack Security
|
||||||
kibana_xpack_security: false
|
kibana_xpack_security: false
|
||||||
|
|||||||
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
- name: Copying node's certificate from master
|
- name: Copying node's certificate from master
|
||||||
copy:
|
copy:
|
||||||
src: "{{item}}"
|
src: "{{ item }}"
|
||||||
dest: "{{node_certs_destination}}/"
|
dest: "{{ node_certs_destination }}/"
|
||||||
with_items:
|
with_items:
|
||||||
- "{{master_certs_path}}/{{kibana_node_name}}/{{ kibana_node_name }}.key"
|
- "{{ master_certs_path }}/{{ kibana_node_name }}/{{ kibana_node_name }}.key"
|
||||||
- "{{master_certs_path}}/{{kibana_node_name}}/{{ kibana_node_name }}.crt"
|
- "{{ master_certs_path }}/{{ kibana_node_name }}/{{ kibana_node_name }}.crt"
|
||||||
- "{{master_certs_path}}/ca/ca.crt"
|
- "{{ master_certs_path }}/ca/ca.crt"
|
||||||
tags: xpack-security
|
tags: xpack-security
|
||||||
when:
|
when:
|
||||||
- kibana_xpack_security
|
- kibana_xpack_security
|
||||||
@ -30,13 +30,13 @@
|
|||||||
|
|
||||||
- name: Copying node's certificate from master (Custom CA)
|
- name: Copying node's certificate from master (Custom CA)
|
||||||
copy:
|
copy:
|
||||||
src: "{{item}}"
|
src: "{{ item }}"
|
||||||
dest: "{{node_certs_destination}}/"
|
dest: "{{ node_certs_destination }}/"
|
||||||
mode: '0664'
|
mode: '0664'
|
||||||
with_items:
|
with_items:
|
||||||
- "{{master_certs_path}}/{{kibana_node_name}}/{{ kibana_node_name }}.key"
|
- "{{ master_certs_path }}/{{ kibana_node_name }}/{{ kibana_node_name }}.key"
|
||||||
- "{{master_certs_path}}/{{kibana_node_name}}/{{ kibana_node_name }}.crt"
|
- "{{ master_certs_path }}/{{ kibana_node_name }}/{{ kibana_node_name }}.crt"
|
||||||
- "{{master_certs_path}}/ca/{{ca_cert_name}}"
|
- "{{ master_certs_path }}/ca/{{ ca_cert_name }}"
|
||||||
when:
|
when:
|
||||||
- kibana_xpack_security
|
- kibana_xpack_security
|
||||||
- not generate_CA
|
- not generate_CA
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
wazuh_agent_version: 3.10.0
|
wazuh_agent_version: 3.10.2
|
||||||
wazuh_managers:
|
wazuh_managers:
|
||||||
- address: 127.0.0.1
|
- address: 127.0.0.1
|
||||||
port: 1514
|
port: 1514
|
||||||
@ -26,7 +26,7 @@ wazuh_winagent_config:
|
|||||||
auth_path: C:\Program Files\ossec-agent\agent-auth.exe
|
auth_path: C:\Program Files\ossec-agent\agent-auth.exe
|
||||||
# Adding quotes to auth_path_x86 since win_shell outputs error otherwise
|
# Adding quotes to auth_path_x86 since win_shell outputs error otherwise
|
||||||
auth_path_x86: C:\'Program Files (x86)'\ossec-agent\agent-auth.exe
|
auth_path_x86: C:\'Program Files (x86)'\ossec-agent\agent-auth.exe
|
||||||
version: '3.10.0'
|
version: '3.10.2'
|
||||||
revision: '1'
|
revision: '1'
|
||||||
repo: https://packages.wazuh.com/3.x/windows/
|
repo: https://packages.wazuh.com/3.x/windows/
|
||||||
md5: ee5b24216db472d291da4e14f0b3bc63
|
md5: ee5b24216db472d291da4e14f0b3bc63
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
wazuh_manager_api_version: 3.10.0
|
wazuh_manager_api_version: 3.10.2
|
||||||
|
|
||||||
wazuh_manager_fqdn: "wazuh-server"
|
wazuh_manager_fqdn: "wazuh-server"
|
||||||
wazuh_manager_package_state: latest
|
wazuh_manager_package_state: latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user