1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00
mdlayher-homelab/ansible/monitor.yml
Matt Layher d2454ccded
ansible: temporarily remove homeassistant
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2019-12-20 11:15:22 -05:00

10 lines
153 B
YAML

---
- hosts: monitor
become: true
become_user: root
roles:
- base
- sshkeys
- node_exporter
- blackbox_exporter
- alertmanager