mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
9 lines
112 B
YAML
9 lines
112 B
YAML
|
---
|
||
|
- hosts: workstation
|
||
|
become: yes
|
||
|
become_user: root
|
||
|
roles:
|
||
|
- base
|
||
|
- golang
|
||
|
- node_exporter
|