[ntp] Add NTP server on eclat
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
c7bf246b2b
commit
a602075c17
|
@ -1,3 +1,4 @@
|
|||
glob_ntp_client:
|
||||
---
|
||||
loc_ntp_client:
|
||||
servers:
|
||||
- ntp.cachan-adm.crans.org
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue