Development of this project is managed in a private repository then pushed out to GitLab and GitHub when we have a new version for you. If you have any issues please contact sparknsh
ntp__enabled: true
ntp__timezone:
ntp__conf_tpl: ntp.conf.j2
ntp__servers: []
ntp__restrict: []ntp__enabled: true
ntp__timezone: Etc/UTC
ntp__conf_tpl: ntp.conf.j2
ntp__servers:
  - "time.nist.gov iburst"
  - "ntp1.npl.co.uk iburst"
  - "ntp.sydney.nmi.gov.au iburst"
  - "time.google.com iburst"
ntp__restrict:
  - "127.0.0.1"
  - "::1"- hosts: all
  vars_files:
    - vars/main.yml
  roles:
     - { role: sparknsh.ntp }MIT
This role was created in 2019 by sparknsh at Rebel Media, Inc.