Merge branch 'master' into devel

This commit is contained in:
Jose M 2019-10-02 10:07:03 +02:00
commit e36e1f4b23
3 changed files with 5 additions and 3 deletions

View File

@ -37,6 +37,10 @@ All notable changes to this project will be documented in this file.
- Fixed Kibana installation in Amazon Linux [@jm404](https://github.com/jm404) [#232](https://github.com/wazuh/wazuh-ansible/pull/232) - Fixed Kibana installation in Amazon Linux [@jm404](https://github.com/jm404) [#232](https://github.com/wazuh/wazuh-ansible/pull/232)
- Fixed Windows Agent installation and configuration [@jm404](https://github.com/jm404) [#234](https://github.com/wazuh/wazuh-ansible/pull/234) - Fixed Windows Agent installation and configuration [@jm404](https://github.com/jm404) [#234](https://github.com/wazuh/wazuh-ansible/pull/234)
### Fixed
- Removed registry key check on Wazuh Agent installation in windows [@jm404](https://github.com/jm404) [#265](https://github.com/wazuh/wazuh-ansible/pull/265)
## [v3.9.5_7.2.1] ## [v3.9.5_7.2.1]
### Added ### Added

View File

@ -29,8 +29,7 @@ wazuh_winagent_config:
version: '3.10.2' 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: 71650780904cbfc2e45eae4298adb7a3
register_key: 9903C258-FC1E-4886-B7DB-1535976EC1D5
wazuh_agent_config: wazuh_agent_config:
active_response: active_response:
ar_disabled: 'no' ar_disabled: 'no'

View File

@ -42,7 +42,6 @@
- name: Windows | Install Agent if not already installed - name: Windows | Install Agent if not already installed
win_package: win_package:
path: "{{ wazuh_winagent_config.download_dir }}wazuh-agent-{{ wazuh_winagent_config.version }}-{{ wazuh_winagent_config.revision }}.msi" path: "{{ wazuh_winagent_config.download_dir }}wazuh-agent-{{ wazuh_winagent_config.version }}-{{ wazuh_winagent_config.revision }}.msi"
product_id: '{{ "{" }}{{ wazuh_winagent_config.register_key }}{{ "}" }}'
state: present state: present
- name: Windows | Check if client.keys exists - name: Windows | Check if client.keys exists