linux-config/playbooks/workstation.yml

16 lines
325 B
YAML
Raw Normal View History

2021-10-22 11:45:20 +00:00
- hosts: localhost
name: Workstation Playbook
2021-10-22 11:45:20 +00:00
vars:
2021-11-18 08:59:41 +00:00
# Theme options: monokai, gruvbox, nord, tomorrow-night
theme: tomorrow-night
2021-10-30 09:54:38 +00:00
# The running user
running_user: "{{ ansible_user_id }}"
2021-10-22 11:45:20 +00:00
roles:
- base
- fonts
- tmux_user
- vim_user
- alacritty_user
2021-12-20 10:28:43 +00:00
- ncspot_user
2021-10-30 07:18:46 +00:00
- flatpaks