From a602075c17196e238e7e94e6c36f83679b0a80eb Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 22 Jun 2021 01:16:30 +0200 Subject: [PATCH] [ntp] Add NTP server on eclat Signed-off-by: Yohann D'ANELLO --- group_vars/cachan/ntp.yml | 3 ++- plays/ntp.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/group_vars/cachan/ntp.yml b/group_vars/cachan/ntp.yml index 3a295b38..db570f3c 100644 --- a/group_vars/cachan/ntp.yml +++ b/group_vars/cachan/ntp.yml @@ -1,3 +1,4 @@ -glob_ntp_client: +--- +loc_ntp_client: servers: - ntp.cachan-adm.crans.org diff --git a/plays/ntp.yml b/plays/ntp.yml index 0ba9a409..74918669 100755 --- a/plays/ntp.yml +++ b/plays/ntp.yml @@ -1,7 +1,7 @@ #!/usr/bin/env ansible-playbook --- -# NTP client is in root.yml +# NTP client is in utilities.yml -- hosts: charybde.adm.crans.org +- hosts: ntp_server roles: - ntp-server