salt.modules.win_ntp
Management of NTP servers on Windows
New in version 2014.1.0.
-
Get list of configured NTP servers
CLI Example:
salt '*' ntp.get_servers
salt.modules.win_ntp.get_servers()
-
Set Windows to use a list of NTP servers
CLI Example:
salt '*' ntp.set_servers 'pool.ntp.org' 'us.pool.ntp.org'
salt.modules.win_ntp.set_servers(*servers)
© 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltproject.io/en/latest/ref/modules/all/salt.modules.win_ntp.html