From 541e79576883525c91e120630c098ebcaa673234 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Thu, 8 May 2014 00:40:32 +0000 Subject: [PATCH] Add ntp 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 ba164b0..c2e1956 100644 --- a/debian/roles/common/tasks/main.yml +++ b/debian/roles/common/tasks/main.yml @@ -42,16 +42,18 @@ - build-essential - vnstat - python-dev + - ntp - name: Remove exim4 and consolekit apt: pkg={{ item }} state=absent with_items: - exim4-daemon-light - consolekit -- name: Ensure haveged, unbound, and vnstat are started on boot +- name: Ensure haveged, unbound, ntp, and vnstat are started on boot service: name={{ item }} enabled=yes with_items: - haveged - unbound - vnstat + - ntp - name: use local unbound instance for DNS and Google Public DNS as backup copy: src=resolv.conf dest=/etc/resolv.conf