Ansible-roles/monitoring.prometheus.prepare/defaults/main.yml

4 lines
153 B
YAML

prometheus__image_name: "prom/prometheus"
prometheus__image_tag: "v2.15.2"
prometheus__image: "{{ prometheus__image_name }}:{{ prometheus__image_tag }}"