ansible-desktop/roles/ubuntu/tasks/packages.yml
2020-07-06 10:05:37 +02:00

46 lines
653 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
- git
- htop
- tmux
- graphviz
- screen
- traceroute
- command-not-found
- dnsutils
- hexcurse
- net-tools
- name: install git
become: yes
apt:
update_cache: yes
pkg:
- git
- name: install browser
become: yes
apt:
update_cache: yes
pkg:
- firefox
- name: install gui apps
become: yes
apt:
update_cashe: yes
pkg:
- redshift
- compton