Run Prometheus container

This commit is contained in:
Kris Lamoureux 2020-03-20 20:32:44 -04:00
parent e425808b02
commit 89b6416d8d
Signed by: kris
GPG Key ID: 3EDA9C3441EDA925

View File

@ -0,0 +1,5 @@
- name: Start Prometheus container
docker_container:
name: "{{ prom_name }}"
image: prom/prometheus:{{ prom_version }}
restart_policy: always