summaryrefslogtreecommitdiff
path: root/roles/hetzner-slim/tasks
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-03-18 03:31:30 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-03-18 03:31:30 +0100
commit637b8482a9e4910654785ed31017fc5546a2d6c0 (patch)
tree560e00364a05b0c02cad22a94dc18924c19e3b09 /roles/hetzner-slim/tasks
parentadd missing external ips for emc-05 and emc-06 (diff)
first tests with hetzner cloud
Diffstat (limited to 'roles/hetzner-slim/tasks')
-rw-r--r--roles/hetzner-slim/tasks/main.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/hetzner-slim/tasks/main.yaml b/roles/hetzner-slim/tasks/main.yaml
new file mode 100644
index 00000000..81218085
--- /dev/null
+++ b/roles/hetzner-slim/tasks/main.yaml
@@ -0,0 +1,14 @@
+---
+- name: remove useless packages
+ with_items:
+ - exim4
+ - exim4-daemon-light
+ apt:
+ name: "{{ item }}"
+ state: absent
+ purge: yes
+
+- name: cleanup useless dependencies
+ apt:
+ autoremove: yes
+ purge: yes