Skip to content
Snippets Groups Projects
Commit 2bb99d37 authored by Grizzly's avatar Grizzly
Browse files

Déploiement du node-exporter sur presques tout les serveurs

parent e2b4f78c
No related branches found
No related tags found
Loading
---
# Playbook for the prometheus nodes
- host: all, !prometheus.adm.crans.org
roles:
- node-prometheus
---
- name: Install Prometheus node-exporter
apt:
update_cache: true
name: prometheus-node-exporter
register: apt_result
retries: 3
until: apt_result is succeeded
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment