Skip to content

Commit

Permalink
Update roles/kubernetes/preinstall/templates/ntp.conf.j2
Browse files Browse the repository at this point in the history
Co-authored-by: Fredrik Liv <freddeliv@hotmail.com>
  • Loading branch information
Pavan-Gunda and Xartos committed Apr 8, 2024
1 parent 4bf351e commit 71c762e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/kubernetes/preinstall/templates/ntp.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ restrict -6 default kod notrap nomodify nopeer noquery limited
restrict {{ item }}
{% endfor %}

{% if ntp_filter_interface %}
interface ignore wildcard
{% for item in ntp_listen %}
interface listen {{ item }}
{% endfor %}
{% endif %}

# Needed for adding pool entries
restrict source notrap nomodify noquery
Expand Down

0 comments on commit 71c762e

Please sign in to comment.