Files
infra/ansible/inventory/group_vars/all.yml
2026-03-17 09:52:01 +01:00

31 lines
513 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
- bat
- 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"
- name: bat config
src: .config/bat/.config/bat/
dest: .config/bat/
mode: preserve