From 32086f62131e1b813e2f3d97bc2c78f66c6a3154 Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Wed, 13 Dec 2017 18:54:21 -0700 Subject: adding files --- playbooks/apt.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 playbooks/apt.yaml (limited to 'playbooks/apt.yaml') 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 -- cgit v1.3