Files
infra/ansible/inventory/group_vars/workstation.yml
Fabio Scotto di Santolo 18784a3222 Add workstation snap packages
2026-03-23 22:23:26 +01:00

32 lines
662 B
YAML

---
profile_packages:
- dbus-user-session
- gnome-keyring
- gnome-shell-extension-manager
- gnome-shell-extensions
- gnome-terminal
- gnome-tweaks
- seahorse
workstation_snap_packages:
- name: intellij-idea-ultimate
classic: true
channel: latest/stable
- name: postman
classic: false
channel: latest/stable
- name: thunderbird
classic: false
channel: latest/stable
- name: code
classic: true
channel: latest/stable
workstation_user_directories:
- path: "{{ user_home }}/.config"
mode: "0755"
- path: "{{ user_home }}/.local"
mode: "0755"
- path: "{{ user_home }}/.local/bin"
mode: "0755"