File diff 72af31a420be → 49af212543b0
docs/rolereference.rst
Show inline comments
 
@@ -290,7 +290,7 @@ The role implements the following:
 
  available. Script is run via cronjob on daily basis, and any output
 
  will be delivered to local ``root`` user.
 
* Optionally configures time synchronisation using NTP (if
 
  ``ntp_servers`` parameter is set).
 
  ``ntp_pools`` parameter is set).
 

	
 

	
 
Role dependencies
 
@@ -404,13 +404,13 @@ Parameters
 
  connect to the server when in maintenance mode. Subnets can be
 
  specified as well.
 

	
 
**ntp_servers** (list, optional, ``[]``)
 
  List of NTP servers to use for synchronising the time on managed
 
**ntp_pools** (list, optional, ``[]``)
 
  List of NTP pools to use for synchronising the time on managed
 
  machine using NTP. If no time synchronisation should be set-up, set
 
  to empty list. Default is not to configure time synchronisation.
 

	
 
  If setting this parameter, it is recommended to set the list of
 
  servers to list shipped by default Debian configuration::
 
  pools to list shipped by default Debian configuration::
 

	
 
    - "0.debian.pool.ntp.org"
 
    - "1.debian.pool.ntp.org"