Files
infra/ansible/inventory/group_vars/all.yml
2026-03-16 22:35:21 +01:00

26 lines
408 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
common_dotfiles:
- name: .bashrc
src: .bashrc
dest: .bashrc
mode: "0644"
- name: .bash_profile
src: .bash_profile
dest: .bash_profile
mode: "0644"