mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
3d2a914f88
Signed-off-by: Matt Layher <mdlayher@gmail.com>
11 lines
168 B
YAML
11 lines
168 B
YAML
---
|
|
- hosts: workstation
|
|
become: true
|
|
become_user: root
|
|
roles:
|
|
- sshkeys
|
|
- golang
|
|
- node_exporter
|
|
- apcupsd
|
|
- apcupsd_exporter
|
|
- spotifyd
|