For the CI

certbot_on_virtu
Alexandre Iooss 2019-04-13 12:09:38 +02:00
parent 363556e6e2
commit f2aff657e4
No known key found for this signature in database
GPG Key ID: 6C79278F3FCDCC02
2 changed files with 3 additions and 4 deletions

View File

@ -1,6 +1,5 @@
--- ---
# Playbook for monitoring # Playbook for monitoring
- hosts: prometheus.adm.crans.org - hosts: prometheus.adm.crans.org
roles: roles:
- prometheus - prometheus

View File

@ -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