From 547501e23f086f01a676ea1b3bad00feccc6537d Mon Sep 17 00:00:00 2001 From: staticsafe Date: Wed, 7 May 2014 20:32:00 +0000 Subject: [PATCH] Add vnstat to common package list. --- debian/roles/common/tasks/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/roles/common/tasks/main.yml b/debian/roles/common/tasks/main.yml index 11fe356..6533285 100644 --- a/debian/roles/common/tasks/main.yml +++ b/debian/roles/common/tasks/main.yml @@ -40,15 +40,17 @@ - duplicity - python-boto - build-essential + - vnstat - name: Remove exim4 and consolekit apt: pkg={{ item }} state=absent with_items: - exim4-daemon-light - consolekit -- name: Ensure haveged and unbound are started on boot +- name: Ensure haveged, unbound, and vnstat are started on boot service: name={{ item }} enabled=yes with_items: - haveged - unbound + - vnstat - name: use local unbound instance for DNS and Google Public DNS as backup copy: src=resolv.conf dest=/etc/resolv.conf