UBUNTU24-CIS/templates/etc/systemd/timesyncd.conf.d/50-timesyncd.conf.j2

10 lines
316 B
Django/Jinja

## Ansible controlled file
# Added as part of ansible-lockdown CIS baseline
# provided by Mindpoint Group - A Tyto Athene Company / Ansible Lockdown
[Time]
NTP={% for pool in ubtu24cis_time_pool %}{{ pool.name }} {% endfor %}
FallbackNTP={% for servers in ubtu24cis_time_servers %}{{ servers.name }} {% endfor %}