ansible-desktop/roles/desktop/tasks/ubuntu.yml

51 lines
858 B
YAML

- name: "[Ubuntu] install aptitude"
become: yes
apt:
update_cache: yes
pkg:
- aptitude
- name: "[Ubuntu] install terminal packages"
become: yes
apt:
pkg:
- autorandr
- vim-gtk3
- htop
- tmux
- graphviz
- screen
- traceroute
- command-not-found
- dnsutils
- hexcurse
- net-tools
- pm-utils
- policykit-1-gnome
- printer-driver-escpr
- name: "[Ubuntu] install libfuse2 for appimages"
become: yes
apt:
pkg:
- libfuse2
- name: "[Ubuntu] install gui packages from apt"
become: yes
apt:
pkg:
- gnome-backgrounds
- ubuntu-wallpapers-focal
- numlockx
- pavucontrol
- pasystray
- flameshot
- gsimplecal
- name: install gui apps
become: yes
apt:
pkg:
- redshift
- picom