Update ubuntu tasks

This commit is contained in:
pgrondek 2020-07-01 16:25:21 +02:00
parent a511cc4e17
commit e37bd7c078
3 changed files with 41 additions and 0 deletions

View File

@ -8,6 +8,7 @@
- cloud-init
- lxd
- lxd-client
- nano
state: absent
- name: disable ubuntu ads

View File

@ -2,3 +2,5 @@
- import_tasks: cleanup.yml
- import_tasks: timezone.yml
- import_tasks: packages.yml

View File

@ -0,0 +1,38 @@
---
- 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
- tracerouter
- command-not-found
- dnsutils
- name: install git
become: yes
apt:
update_cache: yes
pkg:
- git
- name: install browser
become: yes
apt:
update_cache: yes
pkg:
- firefox