Move ntp to a template. In phx2 non bastion01/02 hosts will use bastion01/02 and those will use the normal rhel pools.
This commit is contained in:
parent
4e49aac830
commit
a5007ba910
2 changed files with 13 additions and 6 deletions
|
@ -1,27 +0,0 @@
|
|||
## Set up restrictions for services.
|
||||
restrict default kod nomodify notrap nopeer noquery
|
||||
restrict -6 default kod nomodify notrap nopeer noquery
|
||||
restrict 127.0.0.1
|
||||
restrict -6 ::1
|
||||
|
||||
# setup a set of servers that we all look at.
|
||||
# use servers from 1/2/3.rhel.pool.ntp.org as they are allowed out of the firewall
|
||||
# However, we need specific ip's to be allowed out from builders.
|
||||
server 69.164.203.231
|
||||
server 129.6.15.29
|
||||
server 129.6.15.28
|
||||
server 64.71.128.26
|
||||
server 216.228.192.52
|
||||
|
||||
# [localhost]
|
||||
# Undisciplined Local Clock. This is a fake driver intended for backup
|
||||
# and when no outside source of synchronized time is available.
|
||||
server 127.127.1.0 # local clock
|
||||
fudge 127.127.1.0 stratum 10
|
||||
|
||||
# Key file containing the keys and key identifiers used when operating
|
||||
# with symmetric key cryptography.
|
||||
keys /etc/ntp/keys
|
||||
|
||||
# Watch drift
|
||||
driftfile /var/lib/ntp/drift
|
Loading…
Add table
Add a link
Reference in a new issue