Merge pull request #144 from wazuh/3.8-pre_release
Adapt new version (3.8.0-6.5.4)
This commit is contained in:
commit
61fa11d4f4
@ -13,6 +13,7 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
- Changed Windows installation directory ([#116](https://github.com/wazuh/wazuh-ansible/pull/116))
|
||||
- move redundant tags to the outer block ([#133](https://github.com/wazuh/wazuh-ansible/pull/133))
|
||||
- Adapt new version (3.8.0-6.5.4) ([#144](https://github.com/wazuh/wazuh-ansible/pull/144))
|
||||
|
||||
### Fixed
|
||||
|
||||
|
||||
@ -4,5 +4,5 @@ elasticsearch_network_host: "127.0.0.1"
|
||||
kibana_server_host: "0.0.0.0"
|
||||
kibana_server_port: "5601"
|
||||
elastic_stack_version: 6.5.4
|
||||
wazuh_version: 3.7.2
|
||||
wazuh_version: 3.8.0
|
||||
|
||||
|
||||
@ -23,7 +23,7 @@ wazuh_winagent_config:
|
||||
install_dir_x86: 'C:\Program Files (x86)\ossec-agent\'
|
||||
auth_path: C:\'Program Files'\ossec-agent\agent-auth.exe
|
||||
auth_path_x86: C:\'Program Files (x86)'\ossec-agent\agent-auth.exe
|
||||
version: '3.7.0'
|
||||
version: '3.8.0'
|
||||
revision: '1'
|
||||
repo: https://packages.wazuh.com/3.x/windows/
|
||||
md5: 43936e7bc7eb51bd186f47dac4a6f477
|
||||
|
||||
@ -235,25 +235,6 @@
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: Check if ossec-authd is enabled
|
||||
shell: "grep -c 'ossec-authd' /var/ossec/bin/.process_list | xargs echo"
|
||||
args:
|
||||
removes: /var/ossec/bin/.process_list
|
||||
changed_when: False
|
||||
check_mode: no
|
||||
register: authd_enabled
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: Enable ossec-authd
|
||||
command: /var/ossec/bin/ossec-control enable auth
|
||||
notify: restart wazuh-manager
|
||||
when:
|
||||
- authd_enabled.stdout == '0' or "skipped" in authd_enabled.stdout
|
||||
- wazuh_manager_config.authd.enable == true
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: Checking alert log output settings
|
||||
fail: msg="Please enable json_output or alerts_log options."
|
||||
when:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user