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

46 lines
635 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:
- vim
- 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-01 14:25:21 +00:00
- name: install git
become: yes
apt:
update_cache: yes
pkg:
- git
- name: install browser
become: yes
apt:
update_cache: yes
pkg:
- firefox
2020-07-01 15:37:22 +00:00
- name: install gui apps
become: yes
apt:
update_cashe: yes
pkg:
- redshift
- compton