From 5b209a8e337f03683c45d0eb6029e2321cc3e82b Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 8 Dec 2013 00:12:01 +0100 Subject: Configure NTP. We use a "master" NTP server, which synchronizes against stratum 1 servers (hence is a stratum 2 itself); all other clients synchronize to this master server through IPSec. --- 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 54643ed..2f4f900 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -29,6 +29,9 @@ # pattern=init as a dummy assumption. service: name=networking pattern=init state=reloaded +- name: Restart ntp + service: name=ntp state=restarted + # TODO: should be in a separate file, since it's used by other roles - name: Restart Postfix service: name=postfix state=restarted -- cgit v1.2.3