Run Prometheus container
This commit is contained in:
parent
e425808b02
commit
89b6416d8d
5
roles/prometheus/tasks/main.yml
Normal file
5
roles/prometheus/tasks/main.yml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
- name: Start Prometheus container
|
||||||
|
docker_container:
|
||||||
|
name: "{{ prom_name }}"
|
||||||
|
image: prom/prometheus:{{ prom_version }}
|
||||||
|
restart_policy: always
|
Loading…
Reference in New Issue
Block a user