linux-config/playbooks/self-managed-unix-update.yml
2022-06-06 08:03:49 +03:00

11 lines
264 B
YAML

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