Merge branch 'stable' into stable
This commit is contained in:
commit
c90df8318e
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,6 +1,17 @@
|
|||||||
# 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.8.2]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Update to Wazuh version v3.8.2. ([#150](https://github.com/wazuh/wazuh-ansible/pull/150))
|
||||||
|
|
||||||
|
## [v3.8.1]
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Update to Wazuh version v3.8.1. ([#148](https://github.com/wazuh/wazuh-ansible/pull/148))
|
||||||
|
|
||||||
## [v3.8.0]
|
## [v3.8.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
4
VERSION
4
VERSION
@ -1,2 +1,2 @@
|
|||||||
WAZUH-ANSIBLE_VERSION="v3.8.0"
|
WAZUH-ANSIBLE_VERSION="v3.8.2"
|
||||||
REVISION="3804"
|
REVISION="3801"
|
||||||
|
|||||||
@ -4,7 +4,8 @@ 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: 6.5.4
|
elastic_stack_version: 6.5.4
|
||||||
wazuh_version: 3.8.0
|
wazuh_version: 3.8.2
|
||||||
elasticrepo_gpg_keyserver: pool.sks-keyservers.net
|
elasticrepo_gpg_keyserver: pool.sks-keyservers.net
|
||||||
elasticrepo_server: https://artifacts.elastic.co/packages/6.x/apt
|
elasticrepo_server: https://artifacts.elastic.co/packages/6.x/apt
|
||||||
wazuhapp_location: https://packages.wazuh.com/wazuhapp
|
wazuhapp_location: https://packages.wazuh.com/wazuhapp
|
||||||
|
|
||||||
|
|||||||
@ -23,7 +23,7 @@ wazuh_winagent_config:
|
|||||||
install_dir_x86: 'C:\Program Files (x86)\ossec-agent\'
|
install_dir_x86: 'C:\Program Files (x86)\ossec-agent\'
|
||||||
auth_path: C:\'Program Files'\ossec-agent\agent-auth.exe
|
auth_path: C:\'Program Files'\ossec-agent\agent-auth.exe
|
||||||
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.8.0'
|
version: '3.8.2'
|
||||||
revision: '1'
|
revision: '1'
|
||||||
repo: https://packages.wazuh.com/3.x/windows/
|
repo: https://packages.wazuh.com/3.x/windows/
|
||||||
md5: 43936e7bc7eb51bd186f47dac4a6f477
|
md5: 43936e7bc7eb51bd186f47dac4a6f477
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user