linux-config/playbooks/workstation.yml
Sagi Dayan 26e5b1ea42
Major update - move to symlinks for some dotfiles.
Signed-off-by: Sagi Dayan <sagidayan@gmail.com>
2024-03-27 14:09:11 +02:00

19 lines
442 B
YAML

- hosts: localhost
name: Workstation Playbook
vars:
# Theme options: monokai, gruvbox, nord, tomorrow-night
theme: gruvbox
# The running user
running_user: "{{ ansible_user_id }}"
env_device_role: WORKSTATION
# for nvim - workstation should install extentions
nvim_extention_treesitter: true
roles:
- environment
- base
- fonts
- tmux_user
- vim_user
- alacritty_user
- flatpaks