mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-15 17:50:54 +00:00
182f3bd415
Signed-off-by: Matt Layher <mdlayher@gmail.com>
8 lines
128 B
YAML
8 lines
128 B
YAML
---
|
|
- hosts: monitor
|
|
become: true
|
|
become_user: root
|
|
roles:
|
|
- node_exporter
|
|
- blackbox_exporter
|
|
- alertmanager
|