diff options
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 |