{{ ansible_managed | comment }} {% for ntp_host in cifmw_ntp_servers %} {{ 'pool' if 'pool' in ntp_host else 'server' }} {{ ntp_host }} iburst {% endfor %}