mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
16 lines
232 B
YAML
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
|