mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-10 06:14:13 +00:00
Merge pull request #357 from prometheus-community/autoupdate/prometheus/2.52.0
patch: New prometheus/prometheus upstream release 2.52.0!
This commit is contained in:
commit
6bff10c7bf
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
prometheus_version: 2.51.2
|
prometheus_version: 2.52.0
|
||||||
prometheus_binary_local_dir: ''
|
prometheus_binary_local_dir: ''
|
||||||
prometheus_binary_url: "https://github.com/{{ _prometheus_repo }}/releases/download/v{{ prometheus_version }}/\
|
prometheus_binary_url: "https://github.com/{{ _prometheus_repo }}/releases/download/v{{ prometheus_version }}/\
|
||||||
prometheus-{{ prometheus_version }}.linux-{{ go_arch }}.tar.gz"
|
prometheus-{{ prometheus_version }}.linux-{{ go_arch }}.tar.gz"
|
||||||
|
|
|
@ -12,7 +12,7 @@ argument_specs:
|
||||||
description:
|
description:
|
||||||
- "Prometheus package version. Also accepts C(latest) as parameter."
|
- "Prometheus package version. Also accepts C(latest) as parameter."
|
||||||
- "Only prometheus 2.x is supported"
|
- "Only prometheus 2.x is supported"
|
||||||
default: "2.51.2"
|
default: "2.52.0"
|
||||||
prometheus_skip_install:
|
prometheus_skip_install:
|
||||||
description: "Prometheus installation tasks gets skipped when set to true."
|
description: "Prometheus installation tasks gets skipped when set to true."
|
||||||
type: bool
|
type: bool
|
||||||
|
|
Loading…
Reference in a new issue