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

55 lines
855 B
YAML
Raw Normal View History

2020-07-01 14:25:21 +00:00
---
- name: install aptitude
become: yes
apt:
update_cache: yes
pkg:
- aptitude
- name: install terminal packages
become: yes
apt:
update_cache: yes
pkg:
2020-09-21 08:40:57 +00:00
- vim-gtk3
2020-07-01 14:25:21 +00:00
- git
- htop
- tmux
- graphviz
- screen
2020-07-01 14:47:58 +00:00
- traceroute
2020-07-01 14:25:21 +00:00
- command-not-found
- dnsutils
2020-07-02 09:31:57 +00:00
- hexcurse
2020-07-06 08:05:37 +00:00
- net-tools
2020-07-10 16:23:18 +00:00
- pm-utils
2020-09-21 08:40:57 +00:00
- policykit-1-gnome
- printer-driver-escpr
2022-07-14 18:56:47 +00:00
- name: install gui packages
become: yes
apt:
update_cache: yes
pkg:
2021-07-06 23:46:26 +00:00
- gnome-backgrounds
- ubuntu-wallpapers-focal
- numlockx
2022-07-14 18:56:47 +00:00
- pavucontrol
- pasystray
2022-07-25 21:40:33 +00:00
- gnome-screenshot
2020-07-01 14:25:21 +00:00
- name: install git
become: yes
apt:
update_cache: yes
pkg:
- git
2020-07-01 15:37:22 +00:00
- name: install gui apps
become: yes
apt:
2020-07-22 23:28:51 +00:00
update_cache: yes
2020-07-01 15:37:22 +00:00
pkg:
- redshift
2022-09-03 13:22:47 +00:00
- picom