linux-config/playbooks/workstation.yml

19 lines
442 B
YAML
Raw Permalink 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: gruvbox
2021-10-30 09:54:38 +00:00
# The running user
running_user: "{{ ansible_user_id }}"
env_device_role: WORKSTATION
# for nvim - workstation should install extentions
nvim_extention_treesitter: true
2021-10-22 11:45:20 +00:00
roles:
- environment
2021-10-22 11:45:20 +00:00
- base
- fonts
- tmux_user
- vim_user
- alacritty_user
2021-10-30 07:18:46 +00:00
- flatpaks