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

10 lines
276 B
Django/Jinja

## Ansible controlled file
# Added as part of ansible-lockdown CIS baseline
# provided by MindPointGroup LLC
[Time]
NTP={% for pool in ubtu24cis_time_pool %}{{ pool.name }} {% endfor %}
FallbackNTP={% for servers in ubtu24cis_time_servers %}{{ servers.name }} {% endfor %}