zen_ntp/defaults/main.yml
Chris Hammer 735fb9eb92 0.1.2-DEV-20201009-043714
-------------------------
    * MODIFY:
      - changed default ntp server for the lan
      - updated ntp_conf.j2 template to include the iburst option
2020-10-09 04:38:16 -04:00

25 lines
373 B
YAML

---
# defaults file for zen_ntp
ntp_conf_file : "/etc/ntp.conf"
ntp_conf_version : "1.0"
ntp_conf_revision : "20201009-043644"
ntp_service: ntpd
ntp_node_type : server
ntp_network : 10.0.0.0
ntp_netmask : 255.0.0.0
ntp_lan_server : 10.1.1.10
ntp_servers :
- 0.centos.pool.ntp.org
- 1.centos.pool.ntp.org
- 2.centos.pool.ntp.org