mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
d2454ccded
Signed-off-by: Matt Layher <mdlayher@gmail.com>
10 lines
153 B
YAML
10 lines
153 B
YAML
---
|
|
- hosts: monitor
|
|
become: true
|
|
become_user: root
|
|
roles:
|
|
- base
|
|
- sshkeys
|
|
- node_exporter
|
|
- blackbox_exporter
|
|
- alertmanager
|