Run Prometheus container

This commit is contained in:
2020-03-21 01:38:53 -04:00
parent e425808b02
commit 89b6416d8d
+5
View File
@@ -0,0 +1,5 @@
- name: Start Prometheus container
docker_container:
name: "{{ prom_name }}"
image: prom/prometheus:{{ prom_version }}
restart_policy: always