File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The following table lists the configurable parameters of the roles and their def
99| Parameter | Description | Default |
1010| -------------------------------------| ----------------------------------------------------------------------------------------------------------------------------| -------------------------------------------------------------------------------------------------------|
1111| vlagent_repo_url | Repository to use for download. | ` https://github.com/VictoriaMetrics/VictoriaLogs ` |
12- | vlagent_version | vlagent version | ` v1.45 .0 ` |
12+ | vlagent_version | vlagent version | ` v1.46 .0 ` |
1313| vlagent_enterprise | Whether to use enterprise version of binaries. | ` false ` |
1414| vlagent_license_key | License key for VictoriaMetrics enterprise. | ` "" ` |
1515| vlagent_license_key_file | License key file for VictoriaMetrics enterprise. | ` "" ` |
Original file line number Diff line number Diff line change 11---
2- vlagent_version : " v1.45 .0"
2+ vlagent_version : " v1.46 .0"
33vlagent_enterprise : false
44vlagent_license_key : " "
55vlagent_license_key_file : " "
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ See full list at [defaults.yml](./defaults/main.yml)
99| Parameter | Description | Default |
1010| ----------------------------------------| -------------------------------------------------------------------------------------------------------------------------------------| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1111| victorialogs_repo_url | Repository to get binaries | ` https://github.com/VictoriaMetrics/VictoriaLogs ` |
12- | victorialogs_version | Version to install | ` v1.45 .0 ` |
12+ | victorialogs_version | Version to install | ` v1.46 .0 ` |
1313| victorialogs_download_url | Resulting download url. | ` "{{ victorialogs_repo_url }}/releases/download/{{ victorialogs_version }}-victorialogs/victoria-logs-{{ victorialogs_platform }}-{{ go_arch }}-{{ victorialogs_version }}-victorialogs.tar.gz" ` |
1414| victorialogs_system_user | User to run service. | ` victorialogs ` |
1515| victorialogs_system_group | Group to run service. | ` {{ victorialogs_system_user }} ` |
Original file line number Diff line number Diff line change 11---
2- victorialogs_version : " v1.45 .0"
2+ victorialogs_version : " v1.46 .0"
33victorialogs_enterprise : false
44victorialogs_license_key : " "
55victorialogs_license_key_file : " "
You can’t perform that action at this time.
0 commit comments