Add flag to enable/disable Windows MD5 check

This commit is contained in:
Jose M 2020-03-09 15:07:21 +01:00
parent 91948198a0
commit 3b166ea617
No known key found for this signature in database
GPG Key ID: 790179D6924E10FF
2 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,7 @@ wazuh_winagent_config:
auth_path: C:\Program Files\ossec-agent\agent-auth.exe
# Adding quotes to auth_path_x86 since win_shell outputs error otherwise
auth_path_x86: C:\'Program Files (x86)'\ossec-agent\agent-auth.exe
check_md5: True
md5: 87ce22038688efb44d95f9daff472056
wazuh_winagent_config_url: https://packages.wazuh.com/3.x/windows/wazuh-agent-3.11.4-1.msi
wazuh_winagent_package_name: wazuh-agent-3.11.4-1.msi

View File

@ -38,6 +38,8 @@
register: wazuh_agent_status
failed_when:
- wazuh_agent_status.stat.checksum != wazuh_winagent_config.md5
when:
- wazuh_winagent_config.check_md5
- name: Windows | Install Agent if not already installed
win_package: