add playbooks

monitoring
histausse 3 years ago
parent 3d6da8f0a2
commit 83110c199c
Signed by: histausse
GPG Key ID: 67486F107F62E9E9

@ -9,6 +9,7 @@
roles:
- networking
- base_config
- prometheus-node-exporter
- hosts: all, !tests, !no_user,
roles:

@ -0,0 +1,9 @@
#!/usr/bin/env ansible-playbook
---
- hosts: prometheus-server
roles:
- prometheus
- hosts: all, !tests,
roles:
- prometheus-node-exporter

@ -54,6 +54,9 @@ all:
apt_proxies:
hosts:
hindley:
prometheus-server:
hosts:
hindley:
matrix:
hosts:
matrix_server:

Loading…
Cancel
Save