ansible-base/vars/main.yaml

15 lines
166 B
YAML
Raw Normal View History

2021-02-23 18:56:01 +01:00
---
base_pkgs:
- zsh
- curl
- htop
- tmux
- vim
- git
- ripgrep
- fd-find
- mosh
- locales
base_locales:
- {name: "en_US.UTF-8", type: "UTF-8"}