Make default NTP servers more global
This patch uses a more global list of NTP servers as the default for chrony. Change-Id: I09b80082af2712a1feea47823e0f2996ec17aea4
This commit is contained in:
parent
8dee735213
commit
69481cc72b
@ -262,10 +262,10 @@ security_rhel7_session_timeout: 600 # V-72223
|
||||
security_rhel7_enable_chrony: yes # V-72269
|
||||
# Use the following NTP servers.
|
||||
security_ntp_servers:
|
||||
- 0.north-america.pool.ntp.org
|
||||
- 1.north-america.pool.ntp.org
|
||||
- 2.north-america.pool.ntp.org
|
||||
- 3.north-america.pool.ntp.org
|
||||
- 0.pool.ntp.org
|
||||
- 1.pool.ntp.org
|
||||
- 2.pool.ntp.org
|
||||
- 3.pool.ntp.org
|
||||
# Restrict mail relaying.
|
||||
security_rhel7_restrict_mail_relaying: yes # V-72297
|
||||
# Deploy a login banner. # V-72225 / V-71863
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
The default list of NTP servers for chrony are now more friendly to users
|
||||
outside North America. Deployers can still provide their own list of NTP
|
||||
servers with the ``security_ntp_servers`` Ansible variable.
|
Loading…
Reference in New Issue
Block a user