create basic system configuration subdirectory

This commit is contained in:
2024-10-04 14:37:50 +02:00
parent 59548d2ca8
commit b712528568
8 changed files with 14 additions and 7 deletions
@@ -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'
```