From a4fc3def45320e633a773f2efa453c78d3b4afca Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Wed, 19 Jan 2022 18:19:45 -0500 Subject: Enable configuring ntp server pool in ntp_global (#225) Enable configuring ntp server pool in ntp_global Signed-off-by: GomathiselviS gomathiselvi@gmail.com SUMMARY Fixes #221 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Shawn Wilsher Reviewed-by: None --- docs/vyos.vyos.vyos_ntp_global_module.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/vyos.vyos.vyos_ntp_global_module.rst') diff --git a/docs/vyos.vyos.vyos_ntp_global_module.rst b/docs/vyos.vyos.vyos_ntp_global_module.rst index 7f27493c..18f0ece8 100644 --- a/docs/vyos.vyos.vyos_ntp_global_module.rst +++ b/docs/vyos.vyos.vyos_ntp_global_module.rst @@ -117,6 +117,7 @@ Parameters
  • dynamic
  • preempt
  • prefer
  • +
  • pool
  • @@ -749,7 +750,7 @@ Examples # # Task # # ------------- - - name: Gather ntp config + - name: Render ntp config vyos.vyos.vyos_ntp_global: config: allow_clients: @@ -764,6 +765,7 @@ Examples options: - noselect - prefer + - pool - server: time1.vyos.net - server: time2.vyos.net @@ -782,6 +784,7 @@ Examples # "set system ntp server server7", # "set system ntp server server45 noselect", # "set system ntp server server45 prefer", + # "set system ntp server server45 pool", # "set system ntp server time1.vyos.net", # "set system ntp server time2.vyos.net", # "set system ntp server time3.vyos.net" -- cgit v1.2.3