Skip to content

Commit

Permalink
fix: remove hardcoded branch
Browse files Browse the repository at this point in the history
  • Loading branch information
santipadilla committed Jun 20, 2024
1 parent e2a692b commit 365b76b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

wazuh_manager_version: 4.8.0
wazuh_manager_version: "{{ wazuh_version }}"

wazuh_manager_fqdn: "wazuh-server"
wazuh_manager_package_state: present
Expand Down
2 changes: 1 addition & 1 deletion provisioning/roles/wazuh/check-packages/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
wazuh_version: 4.8.0
wazuh_version: "{{ wazuh_version }}"
4 changes: 2 additions & 2 deletions provisioning/roles/wazuh/wazuh-dashboard/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ 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
wazuh_version: "{{ wazuh_version }}"
indexer_cluster_nodes:
- 127.0.0.1

# The Wazuh dashboard package repository
dashboard_version: "4.8.0"
dashboard_version: "{{ wazuh_version }}"

# API credentials
wazuh_api_credentials:
Expand Down
2 changes: 1 addition & 1 deletion provisioning/roles/wazuh/wazuh-dashboard/vars/debian.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
dashboard_version: 4.8.0
dashboard_version: "{{ wazuh_version }}"
2 changes: 1 addition & 1 deletion provisioning/roles/wazuh/wazuh-indexer/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ wazuh_custom_packages_installation_indexer_deb_url: ""
wazuh_custom_packages_installation_indexer_rpm_url: ""

# Cluster Settings
indexer_version: 4.8.0
indexer_version: "{{ wazuh_version }}"

single_node: false
indexer_node_name: node-1
Expand Down

0 comments on commit 365b76b

Please sign in to comment.