add playbooks
This commit is contained in:
parent
3d6da8f0a2
commit
83110c199c
3 changed files with 13 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
||||||
roles:
|
roles:
|
||||||
- networking
|
- networking
|
||||||
- base_config
|
- base_config
|
||||||
|
- prometheus-node-exporter
|
||||||
|
|
||||||
- hosts: all, !tests, !no_user,
|
- hosts: all, !tests, !no_user,
|
||||||
roles:
|
roles:
|
||||||
|
|
9
books/monitoring.yml
Normal file
9
books/monitoring.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
#!/usr/bin/env ansible-playbook
|
||||||
|
---
|
||||||
|
- hosts: prometheus-server
|
||||||
|
roles:
|
||||||
|
- prometheus
|
||||||
|
|
||||||
|
- hosts: all, !tests,
|
||||||
|
roles:
|
||||||
|
- prometheus-node-exporter
|
3
hosts
3
hosts
|
@ -54,6 +54,9 @@ all:
|
||||||
apt_proxies:
|
apt_proxies:
|
||||||
hosts:
|
hosts:
|
||||||
hindley:
|
hindley:
|
||||||
|
prometheus-server:
|
||||||
|
hosts:
|
||||||
|
hindley:
|
||||||
matrix:
|
matrix:
|
||||||
hosts:
|
hosts:
|
||||||
matrix_server:
|
matrix_server:
|
||||||
|
|
Loading…
Reference in a new issue