workstation/arch/workstation.yml

28 lines
450 B
YAML
Raw Normal View History

- hosts: localhost
connection: local
2020-05-27 11:19:38 +00:00
roles:
2020-07-07 13:38:51 +00:00
- role: base
tags:
- base
- role: dotfiles
tags:
- dotfiles
- role: toolbox
tags:
- toolbox
- role: password_store
tags:
- password_store
- role: emacs
tags:
- emacs
- role: gui
tags:
- gui
- role: stumpwm
tags:
- stumpwm
2020-07-07 13:39:05 +00:00
- role: syncthing
tags:
- syncthing