1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-15 17:50:54 +00:00
mdlayher-homelab/ansible/monitor.yml
Matt Layher 6a2e64aec7
ansible/homeassistant: initial commit, add to monitor
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2019-10-04 10:03:43 -04:00

11 lines
173 B
YAML

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