commit 513ca2a3ec28168d0043bc96920d61eaeff7f13b Author: Markus Katharina Brechtel Date: Thu May 25 01:03:03 2017 +0000 current diff --git a/files/apt-preferences b/files/apt-preferences new file mode 100644 index 0000000..e69de29 diff --git a/tasks/main.yml b/tasks/main.yml new file mode 100644 index 0000000..e121120 --- /dev/null +++ b/tasks/main.yml @@ -0,0 +1,3 @@ +--- + +- include: setup_Debian.yml diff --git a/tasks/setup_Debian.yml b/tasks/setup_Debian.yml new file mode 100644 index 0000000..0ad0e81 --- /dev/null +++ b/tasks/setup_Debian.yml @@ -0,0 +1,13 @@ +--- + +- name: apt preferences + copy: + src: apt-preferences + dest: /etc/apt/preferences.d/ansible + +- name: apt packages installed + apt: + pkg: "{{item}}" + state: present + with_items: + - ansible