mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
13 lines
175 B
YAML
13 lines
175 B
YAML
---
|
|
- hosts: servnerr
|
|
become: yes
|
|
become_user: root
|
|
roles:
|
|
- base
|
|
- sshkeys
|
|
- golang
|
|
- grafana
|
|
- plex
|
|
- prometheus
|
|
- rtorrent
|
|
- subsonic
|