summaryrefslogtreecommitdiff
path: root/playbooks/apt.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/apt.yaml')
-rw-r--r--playbooks/apt.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/playbooks/apt.yaml b/playbooks/apt.yaml
new file mode 100644
index 0000000..3e6a085
--- /dev/null
+++ b/playbooks/apt.yaml
@@ -0,0 +1,22 @@
+---
+- name: "Apt update/dist-upgrade"
+ apt:
+ upgrade: dist
+ update_cache: yes
+ dpkg_options: "force-confold,force-confdef"
+
+- name: "Install extra packages"
+ apt:
+ pkg: "{{ item }}"
+ state: present
+ with_items:
+ - language-pack-de
+ - bc
+ - tree
+ - zip
+ - unzip
+ - ntp
+ - openjdk-8-jre-headless
+ - apache2
+ - iotop
+ - nmap