Merge pull request #896 from rakshazi/add_version_to_each_role

added "matrix_%SERVICE%_version" variable to all roles
This commit is contained in:
Slavi Pantaleev
2021-02-21 12:26:17 +02:00
committed by GitHub
35 changed files with 75 additions and 38 deletions

View File

@ -3,7 +3,8 @@
matrix_prometheus_enabled: false
matrix_prometheus_docker_image: "docker.io/prom/prometheus:v2.24.1"
matrix_prometheus_version: v2.24.1
matrix_prometheus_docker_image: "docker.io/prom/prometheus:{{ matrix_prometheus_version }}"
matrix_prometheus_docker_image_force_pull: "{{ matrix_prometheus_docker_image.endswith(':latest') }}"
matrix_prometheus_base_path: "{{ matrix_base_data_path }}/prometheus"