7 lines
351 B
Django/Jinja
7 lines
351 B
Django/Jinja
# CIS Ubuntu 24.04 - serveur NTP autorise explicite (2.3.2.1)
|
|
# Rend explicite le serveur deja utilise par defaut sur Ubuntu (ntp.ubuntu.com),
|
|
# aucun changement de comportement reel, juste rendu auditable pour le check CIS.
|
|
[Time]
|
|
NTP=ntp.ubuntu.com
|
|
FallbackNTP=0.ubuntu.pool.ntp.org 1.ubuntu.pool.ntp.org 2.ubuntu.pool.ntp.org 3.ubuntu.pool.ntp.org
|