In /etc/ntp.conf
would I like to change all servers to just
server ntp.example.com
in just one command line.
I can do it with ssh like so
augtool --autosave --noautoload --transform "ssh incl /etc/ssh/ssh_config" set "/files/etc/ssh/ssh_config/ServerAliveInterval" 60
Can something similar be done for server
in /etc/ntp.conf
?