2021-06-07 19:34:38 +02:00
|
|
|
---
|
|
|
|
- hosts: laptop
|
|
|
|
roles:
|
2021-07-01 15:26:45 +02:00
|
|
|
- { 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 }
|
2022-07-22 13:12:23 +02:00
|
|
|
- { role: geerlingguy.pip, tags: "pip", become: true }
|
|
|
|
- { role: geerlingguy.docker, tags: "docker", become: true }
|
|
|
|
- { role: gantsign.ctop, tags: "ctop", become: true }
|
2021-07-01 15:26:45 +02:00
|
|
|
- { role: mgrote.xnview, tags: "xnview", become: true }
|