Michael Grote
69b954634f
Reviewed-on: #587 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
10 lines
177 B
YAML
10 lines
177 B
YAML
---
|
|
- hosts: all
|
|
become: true
|
|
roles:
|
|
- role: mgrote_users
|
|
tags: "user"
|
|
- role: mgrote_dotfiles
|
|
tags: "dotfiles"
|
|
- role: mgrote_vim
|
|
tags: "vim"
|