mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-17 04:45:26 +00:00
9 lines
212 B
YAML
9 lines
212 B
YAML
|
- hosts: localhost
|
||
|
vars:
|
||
|
# Theme options: monokai, gruvbox, nord, tomorrow-night
|
||
|
theme: tomorrow-night
|
||
|
# The running user
|
||
|
running_user: "{{ ansible_user_id }}"
|
||
|
roles:
|
||
|
- modern_unix_tools
|