linux-config/playbooks/self-managed-unix-update.yml

10 lines
251 B
YAML

- hosts: localhost
name: Self managed modern UNIX tools
vars:
# Theme options: monokai, gruvbox, nord, tomorrow-night
theme: tomorrow-night
# The running user
running_user: "{{ ansible_user_id }}"
roles:
- modern_unix_tools