Merge remote-tracking branch 'origin/4.5' into master-merge-4.5
This commit is contained in:
commit
6be1338e50
12
CHANGELOG.md
12
CHANGELOG.md
@ -13,6 +13,18 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
- Update to [Wazuh v4.5.0](https://github.com/wazuh/wazuh/blob/v4.5.0/CHANGELOG.md#v450)
|
- Update to [Wazuh v4.5.0](https://github.com/wazuh/wazuh/blob/v4.5.0/CHANGELOG.md#v450)
|
||||||
|
|
||||||
|
## [v4.4.3]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Update to [Wazuh v4.4.3](https://github.com/wazuh/wazuh/blob/v4.4.3/CHANGELOG.md#v443)
|
||||||
|
|
||||||
|
## [v4.4.2]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Update to [Wazuh v4.4.2](https://github.com/wazuh/wazuh/blob/v4.4.2/CHANGELOG.md#v442)
|
||||||
|
|
||||||
## [v4.4.1]
|
## [v4.4.1]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@ -18,6 +18,8 @@ These playbooks install and configure Wazuh agent, manager and indexer and dashb
|
|||||||
|---------------|---------|--------|
|
|---------------|---------|--------|
|
||||||
| v4.6.0 | | |
|
| v4.6.0 | | |
|
||||||
| v4.5.0 | | |
|
| v4.5.0 | | |
|
||||||
|
| v4.4.3 | | |
|
||||||
|
| v4.4.2 | | |
|
||||||
| v4.4.1 | | |
|
| v4.4.1 | | |
|
||||||
| v4.4.0 | | |
|
| v4.4.0 | | |
|
||||||
| v4.3.11 | | |
|
| v4.3.11 | | |
|
||||||
|
|||||||
@ -1,29 +0,0 @@
|
|||||||
---
|
|
||||||
|
|
||||||
dependencies: []
|
|
||||||
|
|
||||||
galaxy_info:
|
|
||||||
author: Wazuh
|
|
||||||
categories:
|
|
||||||
- monitoring
|
|
||||||
company: wazuh.com
|
|
||||||
description: Installing, deploying and configuring Wazuh Manager.
|
|
||||||
galaxy_tags:
|
|
||||||
- monitoring
|
|
||||||
- system
|
|
||||||
- web
|
|
||||||
license: license (GPLv3)
|
|
||||||
min_ansible_version: 2.0
|
|
||||||
platforms:
|
|
||||||
- name: Debian
|
|
||||||
versions:
|
|
||||||
- all
|
|
||||||
- name: EL
|
|
||||||
versions:
|
|
||||||
- all
|
|
||||||
- name: Fedora
|
|
||||||
versions:
|
|
||||||
- all
|
|
||||||
- name: Ubuntu
|
|
||||||
versions:
|
|
||||||
- all
|
|
||||||
@ -53,7 +53,7 @@ wazuh_winagent_config:
|
|||||||
# 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
|
||||||
check_md5: True
|
check_md5: True
|
||||||
md5: 7a22e1139e75b05724752778c43493b4
|
md5: 921dee671c223ac7e5424d2ce5d54dfe
|
||||||
|
|
||||||
wazuh_dir: "/var/ossec"
|
wazuh_dir: "/var/ossec"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user