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:
|
||||
- networking
|
||||
- base_config
|
||||
- prometheus-node-exporter
|
||||
|
||||
- hosts: all, !tests, !no_user,
|
||||
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:
|
||||
hosts:
|
||||
hindley:
|
||||
prometheus-server:
|
||||
hosts:
|
||||
hindley:
|
||||
matrix:
|
||||
hosts:
|
||||
matrix_server:
|
||||
|
|
Loading…
Reference in a new issue