[ntp] Add NTP server on eclat

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-06-22 01:16:30 +02:00
parent c7bf246b2b
commit a602075c17
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
2 changed files with 4 additions and 3 deletions

View File

@ -1,3 +1,4 @@
glob_ntp_client: ---
loc_ntp_client:
servers: servers:
- ntp.cachan-adm.crans.org - ntp.cachan-adm.crans.org

View File

@ -1,7 +1,7 @@
#!/usr/bin/env ansible-playbook #!/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: roles:
- ntp-server - ntp-server