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

48 lines
670 B
YAML
Raw Normal View History

2020-07-01 16:25:21 +02: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 16:47:58 +02:00
- traceroute
2020-07-01 16:25:21 +02:00
- command-not-found
- dnsutils
2020-07-02 11:31:57 +02:00
- hexcurse
2020-07-06 10:05:37 +02:00
- net-tools
2020-07-10 18:23:18 +02:00
- pm-utils
2020-07-01 16:25:21 +02: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 17:37:22 +02:00
- name: install gui apps
become: yes
apt:
2020-07-23 01:28:51 +02:00
update_cache: yes
2020-07-01 17:37:22 +02:00
pkg:
- redshift
- compton