linux-config/playbooks/cli-tools.yml

13 lines
270 B
YAML
Raw Normal View History

- hosts: localhost
connection: local
name: CLI tools Playbook
vars:
# Theme options: monokai, gruvbox, nord, tomorrow-night
2022-06-06 05:03:49 +00:00
theme: gruvbox
# The running user
running_user: "{{ ansible_user_id }}"
roles:
- base
- tmux_user
- vim_user