0.1.0-DEV-20200429-233815

-------------------------
    * INITIAL:
      - initial commit for zen_ntp ansible role
This commit is contained in:
2020-04-29 23:40:42 -04:00
commit ea2a253234
11 changed files with 275 additions and 0 deletions

22
defaults/main.yml Normal file
View File

@ -0,0 +1,22 @@
---
# defaults file for zen_ntp
ntp_conf_file : "/etc/ntp.conf"
ntp_conf_version : "1.0"
ntp_conf_revision : "20200429-232122"
ntp_node_type : server
ntp_network : 10.0.0.0
ntp_netmask : 255.0.0.0
ntp_lan_server : 10.10.10.55
ntp_servers :
- 0.centos.pool.ntp.org
- 1.centos.pool.ntp.org
- 2.centos.pool.ntp.org