ntp
ntp copied to clipboard
ntp_restrict misses restriction to localhost for IPv6
In defaults/main.yml IPv4 access is restricted to localhost via the line
- "restrict 127.0.0.1"
Consequently access via IPv6 should also be restricted by adding
- "restrict -6 ::1"