linux-config/playbooks/cli-tools.yml

12 lines
257 B
YAML

- hosts: localhost
name: CLI tools Playbook
vars:
# Theme options: monokai, gruvbox, nord, tomorrow-night
theme: tomorrow-night
# The running user
running_user: "{{ ansible_user_id }}"
roles:
- base
- tmux_user
- vim_user