Added var files and software tasks

This commit is contained in:
Oscar Blue 2022-06-13 22:06:37 +01:00
parent 6761f2777d
commit ce24fd4958
9 changed files with 49 additions and 0 deletions

0
group_vars/servers.yml Normal file
View file

View file

0
host_vars/nexus Normal file
View file

13
host_vars/noir Normal file
View file

@ -0,0 +1,13 @@
---
# Applications
firefox: true
thunderbird: true
steam: true
vlc: true
virt-manager: true
libreoffice: true
lutris: true
# Desktop Environment
sway: true
wayland: true

View file

@ -0,0 +1,10 @@
- name: install software | core
community.general.pacman:
name:
- htop
- vim
- tmux
- neofetch
- git
- git-lfs
state: present

View file

@ -0,0 +1,7 @@
- name: install software | development
community.general.pacman:
name:
- git
- git-lfs
- vscodium-bin # AUR
state: latest

View file

@ -0,0 +1,8 @@
- name: install software | social
community.general.pacman:
name:
- signal-desktop
- discord
- wire-desktop
- element-desktop
state: latest

View file

View file

@ -0,0 +1,11 @@
- name: install software | workstation
community.general.pacman:
name:
- firefox
- alacritty
- thunderbird
- gimp
- inkscape
- krita
- jellyfin-media-player # AUR
state: latest