1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-15 17:50:54 +00:00
mdlayher-homelab/ansible/workstation.yml
Matt Layher 9dcf9a9d85
ansible/spotifyd: initial commit
Signed-off-by: Matt Layher <mdlayher@gmail.com>
2019-10-07 12:59:20 -04:00

12 lines
179 B
YAML

---
- hosts: workstation
become: true
become_user: root
roles:
- base
- sshkeys
- golang
- node_exporter
- apcupsd
- apcupsd_exporter
- spotifyd