diff options
author | Seth Vidal <skvidal@fedoraproject.org> | 2013-05-02 18:52:07 +0000 |
---|---|---|
committer | Seth Vidal <skvidal@fedoraproject.org> | 2013-05-02 18:52:07 +0000 |
commit | e6603b3f7f0476502e84a1f35480dafa1ccddda5 (patch) | |
tree | 081349dd1cb84a19eb3361feae62b5b7ac20f436 /files/common | |
parent | 977f3b2d38be619f6fa1f5220e83691923fe387b (diff) | |
download | ansible-e6603b3f7f0476502e84a1f35480dafa1ccddda5.tar.gz ansible-e6603b3f7f0476502e84a1f35480dafa1ccddda5.tar.xz ansible-e6603b3f7f0476502e84a1f35480dafa1ccddda5.zip |
move of the koji builders creation from builders repo to ansible public
Diffstat (limited to 'files/common')
-rw-r--r-- | files/common/ntp.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/files/common/ntp.conf b/files/common/ntp.conf new file mode 100644 index 000000000..9cfa2c1a6 --- /dev/null +++ b/files/common/ntp.conf @@ -0,0 +1,24 @@ +## 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. +server 66.187.233.4 # [clock.redhat.com] +server 192.43.244.18 # [time.nist.gov] +server 128.118.25.5 # [otc1.psu.edu] +server 204.152.184.72 # [clock.isc.org] + +# [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 |