10 lines
316 B
Django/Jinja
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 %}
|