2021-10-22 11:45:20 +00:00
|
|
|
- hosts: localhost
|
2022-02-02 08:13:19 +00:00
|
|
|
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
|
2022-06-01 11:59:16 +00:00
|
|
|
theme: gruvbox
|
2021-10-30 09:54:38 +00:00
|
|
|
# The running user
|
|
|
|
running_user: "{{ ansible_user_id }}"
|
2023-02-21 16:28:55 +00:00
|
|
|
# for nvim - workstation should install extentions
|
|
|
|
nvim_extention_treesitter: true
|
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
|