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