move defaults vars to defaults directory

This commit is contained in:
2021-09-30 12:25:21 +02:00
parent d94fefc0e3
commit 925f1a762d
6 changed files with 30 additions and 11 deletions

View File

@ -43,7 +43,7 @@
docker_container:
name: prometheus
hostname: '{{ inventory_hostname }}'
image: prom/prometheus:{{ prometheus_server_version|default("latest") }}
image: prom/prometheus:{{ prometheus_server_version }}
volumes:
- /etc/prometheus/:/etc/prometheus/
- prometheus_data:/prometheus
@ -61,7 +61,7 @@
log_options:
tag: docker_prometheus
restart_policy: 'unless-stopped'
pull: '{{ awh_services_docker_pull|default("no") }}'
pull: '{{ awh_services_docker_pull }}'
tags:
- prometheus
notify: