Skip to content
Snippets Groups Projects

NTP client with timesyncd

Merged me5na7qbjqbrp requested to merge ntpsrv into newinfra
5 files
+ 52
26
Compare changes
  • Side-by-side
  • Inline
Files
5
plays/ntp.yml 0 → 100755
+ 7
0
#!/usr/bin/env ansible-playbook
---
# NTP client is in root.yml
- hosts: charybde.adm.crans.org
roles:
- ntp-server
Loading