mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
28 lines
873 B
Plaintext
28 lines
873 B
Plaintext
## 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 208.75.88.4
|
|
server 216.93.242.12
|
|
server 107.170.242.27
|
|
server 108.166.189.70
|
|
server 199.223.248.98
|
|
|
|
# [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
|