mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-10-31 21:15:25 +00:00
12 lines
270 B
YAML
12 lines
270 B
YAML
- hosts: localhost
|
|
connection: local
|
|
name: CLI tools Playbook
|
|
vars:
|
|
# Theme options: monokai, gruvbox, nord, tomorrow-night
|
|
theme: gruvbox
|
|
# The running user
|
|
running_user: "{{ ansible_user_id }}"
|
|
roles:
|
|
- base
|
|
- tmux_user
|
|
- vim_user
|