For the CI
parent
363556e6e2
commit
f2aff657e4
|
@ -1,6 +1,5 @@
|
||||||
---
|
---
|
||||||
# Playbook for monitoring
|
# Playbook for monitoring
|
||||||
|
|
||||||
- hosts: prometheus.adm.crans.org
|
- hosts: prometheus.adm.crans.org
|
||||||
roles:
|
roles:
|
||||||
- prometheus
|
- prometheus
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
- name: Instal Prometheus
|
- name: Instal Prometheus
|
||||||
apt:
|
apt:
|
||||||
update_cache: true
|
update_cache: true
|
||||||
name: prometheus
|
name: prometheus
|
||||||
register: apt_result
|
register: apt_result
|
||||||
retries: 3
|
retries: 3
|
||||||
until: apt_result is succeeded
|
until: apt_result is succeeded
|
||||||
|
|
Loading…
Reference in New Issue