commit 1534abba9c
Author: Robert Kaussow <mail@thegeeklab.de> Date: Sun Feb 19 17:19:46 2023 +0100 fix: fix loop var in template
This commit is contained in:
parent
3b1fa2a1a3
commit
7df2d4bfce
7
index.md
7
index.md
@ -3,7 +3,9 @@ title: chrony
|
||||
type: docs
|
||||
---
|
||||
|
||||
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.chrony) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.chrony?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.chrony) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.chrony/src/branch/main/LICENSE)
|
||||
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.chrony)
|
||||
[![Build Status](https://img.shields.io/drone/build/ansible/xoxys.chrony?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.chrony)
|
||||
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.chrony/src/branch/main/LICENSE)
|
||||
|
||||
Setup chrony NTP.
|
||||
|
||||
@ -68,7 +70,8 @@ chrony_pool: 2.pool.ntp.org iburst
|
||||
|
||||
### chrony_port
|
||||
|
||||
The port option can be set to 0 to make chrony daemon to never open any listening port for server operation and to operate strictly in a client-only mode.
|
||||
The port option can be set to 0 to make chrony daemon to never open any listening port
|
||||
for server operation and to operate strictly in a client-only mode.
|
||||
|
||||
#### Default value
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user