mg
f7e320d763
vars alacritty laptop alacritty rolle doku dotfiles Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#133 Co-Authored-By: mg <mg@noreply.git.mgrote.net> Co-Committed-By: mg <mg@noreply.git.mgrote.net>
7 lines
284 B
YAML
7 lines
284 B
YAML
---
|
|
- hosts: laptop
|
|
roles:
|
|
- { role: mgrote.i3, tags: "i3", become: true }
|
|
- { role: mgrote.polybar, tags: "polybar", become: true }
|
|
- { role: mgrote.deactivate_caps, tags: "caps", become: true }
|
|
- { role: mgrote.alacritty, tags: "alacritty", become: true }
|