From 07c1734d2c00ce0a52830533b19a02faed678364 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 3 Dec 2018 03:45:59 +0100 Subject: Install unbound on metal hosts. (A validating, recursive, caching DNS resolver.) --- roles/common/handlers/main.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/common/handlers') diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index 36f744e..dc6c457 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -11,6 +11,9 @@ - name: apt-get update apt: update_cache=yes +- name: Restart unbound + service: name=unbound state=restarted + - name: Update rkhunter's data file command: /usr/bin/rkhunter --propupd -- cgit v1.2.3