Use simpler file structure
This commit is contained in:
parent
8ea9414418
commit
d5ca1ac81d
74 changed files with 398 additions and 477 deletions
31
vars/main.yml
Normal file
31
vars/main.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
xdg_config_dir: '{{ ansible_env.HOME }}/.config'
|
||||
xdg_script_dir: '{{ ansible_env.HOME }}/.local/bin'
|
||||
|
||||
packages:
|
||||
- firefox
|
||||
- mpv
|
||||
- youtube-dl
|
||||
- keepassxc
|
||||
- gimp
|
||||
- nftables
|
||||
- mpd
|
||||
- nfs-utils
|
||||
- openvpn
|
||||
- okular
|
||||
- postgresql
|
||||
- plasma-meta
|
||||
- syncthing
|
||||
- tmux
|
||||
- unrar
|
||||
- vim
|
||||
- git
|
||||
- openssl
|
||||
- kmail
|
||||
- iproute2
|
||||
- curl
|
||||
- cantata
|
||||
- reflector
|
||||
- laptop-detect
|
||||
|
||||
platform_packages: []
|
||||
skip_common_setup: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue