Files
infra/ansible/inventory/group_vars/all.yml
Fabio Scotto di Santolo 31c17c95c1 Minimal i3 setup
2026-03-15 22:00:35 +01:00

16 lines
232 B
YAML

---
ansible_python_interpreter: /usr/bin/python3
username: fscotto
user_group: fscotto
user_home: "/home/{{ username }}"
user_shell: /bin/bash
common_packages:
- bash-completion
- git
- wget
- unzip
- zip
- vim
- fzf