Merge branch '3.7' into Issue-34_local_internal_options

This commit is contained in:
AlfonsoRBJ 2018-11-16 12:20:42 +01:00 committed by GitHub
commit 1369b3df41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 8 deletions

View File

@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file.
## v3.7.0-37xx ## v3.7.0-37xx
### Added ### Changed
- Changed windows agent version ([#89](https://github.com/wazuh/wazuh-ansible/pull/89))
### Removed
- clean old code for windows agent ([#86](https://github.com/wazuh/wazuh-ansible/pull/86))
- include template local_internal_options.conf ([#87](https://github.com/wazuh/wazuh-ansible/pull/87)) - include template local_internal_options.conf ([#87](https://github.com/wazuh/wazuh-ansible/pull/87))

View File

@ -1,2 +1,2 @@
WAZUH-ANSIBLE_VERSION="v3.7.0" WAZUH-ANSIBLE_VERSION="v3.7.0"
REVISION="3702" REVISION="3704"

View File

@ -19,10 +19,10 @@ wazuh_notify_time: null
wazuh_time_reconnect: null wazuh_time_reconnect: null
wazuh_winagent_config: wazuh_winagent_config:
install_dir: 'C:\wazuh-agent\' install_dir: 'C:\wazuh-agent\'
version: '3.3.1' version: '3.7.0'
revision: '1' revision: '1'
repo: https://packages.wazuh.com/3.x/windows/ repo: https://packages.wazuh.com/3.x/windows/
md5: 935d1993029021f3951b9511e2171207 md5: 43936e7bc7eb51bd186f47dac4a6f477
wazuh_agent_config: wazuh_agent_config:
active_response_disabled: 'no' active_response_disabled: 'no'
log_format: 'plain' log_format: 'plain'

View File

@ -77,10 +77,6 @@
{% if wazuh_agent_config.syscheck is defined %} {% if wazuh_agent_config.syscheck is defined %}
<syscheck> <syscheck>
<disabled>no</disabled> <disabled>no</disabled>
{% if ansible_os_family == "Windows" %}
<directories check_all="yes" realtime="yes" restrict="^C:/wazuh-agent/shared/agent.conf$">C:/wazuh-agent/shared</directories>
{% endif %}
{% if ansible_system == "Linux" %} {% if ansible_system == "Linux" %}
<directories check_all="yes" realtime="yes" restrict="^/var/ossec/etc/shared/agent.conf$">/var/ossec/etc/shared</directories> <directories check_all="yes" realtime="yes" restrict="^/var/ossec/etc/shared/agent.conf$">/var/ossec/etc/shared</directories>
{% endif %} {% endif %}