forked from Controls/gitea-pages
create basic system configuration subdirectory
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# NTP Server
|
||||
|
||||
Your node can serve as NTP server. To allow access you need to configure which networks/hosts are allowed to contact `chrony` in the Hiera list `ntp_server::allow`:
|
||||
|
||||
```
|
||||
ntp_server::allow:
|
||||
- '129.129.0.0/16'
|
||||
- '10.10.10.10'
|
||||
```
|
||||
Reference in New Issue
Block a user