Skip to content

Commit

Permalink
fix: remove unnecessary repository installation tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
santipadilla committed Jun 27, 2024
1 parent 98b5d31 commit fb60cce
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 102 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ wazuh_winagent_config:
check_md5: True
md5: a03806b7302767d0470d65d3f103fabb

wazuh_winagent_config_url: https://packages.wazuh.com/4.x/windows/wazuh-agent-4.8.0-1.msi
wazuh_winagent_package_name: wazuh-agent-4.8.0-1.msi
wazuh_winagent_package_name_generic: wazuh-agent.msi
wazuh_dir: "/var/ossec"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,6 @@
path: "{{ wazuh_winagent_config.download_dir }}{{ wazuh_winagent_package_name }}"
register: wazuh_package_downloaded

- name: Windows | Download Wazuh Agent package
win_get_url:
url: "{{ wazuh_winagent_config_url }}"
dest: "{{ wazuh_winagent_config.download_dir }}"
when:
- not wazuh_package_downloaded.stat.exists
- not wazuh_custom_packages_installation_agent_enabled

- name: Windows | Verify the Wazuh Agent installer
win_stat:
path: "{{ wazuh_winagent_config.download_dir }}{{ wazuh_winagent_package_name }}"
Expand Down
2 changes: 0 additions & 2 deletions provisioning/roles/wazuh/check-packages/defaults/main.yml

This file was deleted.

80 changes: 0 additions & 80 deletions provisioning/roles/wazuh/check-packages/scripts/check_packages.sh

This file was deleted.

10 changes: 0 additions & 10 deletions provisioning/roles/wazuh/check-packages/tasks/main.yml

This file was deleted.

1 change: 0 additions & 1 deletion provisioning/roles/wazuh/wazuh-dashboard/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ dashboard_node_name: node-1
dashboard_server_host: "0.0.0.0"
dashboard_server_port: "443"
dashboard_server_name: "dashboard"
wazuh_version: 4.8.0
indexer_cluster_nodes:
- 127.0.0.1

Expand Down

0 comments on commit fb60cce

Please sign in to comment.