all repos — proxmox-ansible @ fd8e7fbe6ce59236d1acdac0411617e8f4af85e2

group_vars/all/vars.yml (view raw)

 1packages:
 2  - neovim
 3  - btop
 4  - firefox
 5  - tmux
 6  - git
 7  - linux-lts
 8  - ufw
 9
10username: "{{ ansible_user }}"