diff options
author | kadecole <kcole@yahoo.com> | 2015-06-18 00:23:06 -0500 |
---|---|---|
committer | Jeff Geerling <geerlingguy@mac.com> | 2016-03-03 22:35:50 -0600 |
commit | 567078d7c3ac7190d6748f0cfcd535e82912a12b (patch) | |
tree | ec062a64a2a5b2fa7cc1112d86281e24add57816 /defaults | |
parent | 2bfe67855da09a0b3b1cdb0d751b115fa42f1c36 (diff) | |
download | ntp-567078d7c3ac7190d6748f0cfcd535e82912a12b.tar.gz ntp-567078d7c3ac7190d6748f0cfcd535e82912a12b.tar.bz2 ntp-567078d7c3ac7190d6748f0cfcd535e82912a12b.tar.xz ntp-567078d7c3ac7190d6748f0cfcd535e82912a12b.zip |
Add a managed ntp.conf template.
Diffstat (limited to 'defaults')
-rw-r--r-- | defaults/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/defaults/main.yml b/defaults/main.yml index f0fc211..5b47eca 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,3 +1,9 @@ --- ntp_enabled: true ntp_timezone: America/Chicago + +ntp_servers: + - 0.pool.ntp.org iburst + - 1.pool.ntp.org iburst + - 2.pool.ntp.org iburst + - 3.pool.ntp.org iburst |