mirror of
https://github.com/mdlayher/homelab.git
synced 2024-12-14 11:47:32 +00:00
servnerr.yml: become root, add sshkeys role
This commit is contained in:
parent
7722ccf3f5
commit
f5aab0e560
1 changed files with 3 additions and 0 deletions
|
@ -1,7 +1,10 @@
|
|||
---
|
||||
- hosts: servnerr
|
||||
become: yes
|
||||
become_user: root
|
||||
roles:
|
||||
- base
|
||||
- sshkeys
|
||||
- golang
|
||||
- grafana
|
||||
- plex
|
||||
|
|
Loading…
Reference in a new issue