ansible-desktop/roles/desktop/tasks/ubuntu.yml
2023-08-26 23:57:26 +02:00

58 lines
940 B
YAML

---
- name: install package managers
become: yes
apt:
update_cache: yes
pkg:
- aptitude
- flatpak
- name: install terminal packages
become: yes
apt:
pkg:
- vim-gtk3
- htop
- tmux
- graphviz
- screen
- traceroute
- command-not-found
- dnsutils
- hexcurse
- net-tools
- pm-utils
- policykit-1-gnome
- printer-driver-escpr
- name: install libfuse2 for appimages
become: yes
apt:
pkg:
- libfuse2
- name: install gui packages from apt
become: yes
apt:
pkg:
- gnome-backgrounds
- ubuntu-wallpapers-focal
- numlockx
- pavucontrol
- pasystray
- flameshot
- gsimplecal
- name: install the smile emoji picker
community.general.flatpak:
state: present
name: it.mijorus.smile
- name: install gui apps
become: yes
apt:
pkg:
- redshift
- picom