Refs #8141: Time Server Deploy - Rol services structure inside services
This commit is contained in:
parent
e214479a5a
commit
5b3996207b
|
@ -1,5 +1,4 @@
|
||||||
- import_tasks: witness.yml
|
- import_tasks: timeserver.yml
|
||||||
tags: witness
|
tags: timeserver
|
||||||
- import_tasks: task.yml
|
|
||||||
tags: task
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,17 @@
|
||||||
|
# vendor zone
|
||||||
|
{{ timeserver_vendor_zone }}
|
||||||
|
|
||||||
|
# Logging
|
||||||
|
log tracking statistics
|
||||||
|
|
||||||
|
# will serve as local NTP server
|
||||||
|
local stratum 10
|
||||||
|
|
||||||
|
# restrict clients from your subnets
|
||||||
|
allow {{ timeserver_restrict_clients_zone }}
|
||||||
|
|
||||||
|
# in case this server lost INTERNET connection
|
||||||
|
local stratum 10
|
||||||
|
|
||||||
|
# in case you wanna to broadcat time in your subnet
|
||||||
|
{{ timeserver_broadcat_subnet }}
|
Loading…
Reference in New Issue