46 lines
712 B
YAML
46 lines
712 B
YAML
---
|
|
- name: install aptitude
|
|
become: yes
|
|
apt:
|
|
update_cache: yes
|
|
pkg:
|
|
- aptitude
|
|
|
|
- name: install terminal packages
|
|
become: yes
|
|
apt:
|
|
update_cache: yes
|
|
pkg:
|
|
- vim-gtk3
|
|
- git
|
|
- htop
|
|
- tmux
|
|
- graphviz
|
|
- screen
|
|
- traceroute
|
|
- command-not-found
|
|
- dnsutils
|
|
- hexcurse
|
|
- net-tools
|
|
- pm-utils
|
|
- policykit-1-gnome
|
|
- printer-driver-escpr
|
|
- gnome-backgrounds
|
|
- ubuntu-wallpapers-focal
|
|
- numlockx
|
|
|
|
- name: install git
|
|
become: yes
|
|
apt:
|
|
update_cache: yes
|
|
pkg:
|
|
- git
|
|
|
|
- name: install gui apps
|
|
become: yes
|
|
apt:
|
|
update_cache: yes
|
|
pkg:
|
|
- redshift
|
|
- compton
|