Robert Kaussow
a0ec9ee0e4
Author: Robert Kaussow <mail@thegeeklab.de> Date: Mon Sep 12 21:33:51 2022 +0200 chore: adjust config for rh9
81 lines
1.3 KiB
Markdown
81 lines
1.3 KiB
Markdown
---
|
|
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)
|
|
|
|
Setup chrony NTP.
|
|
|
|
<!--more-->
|
|
|
|
- [Default Variables](#default-variables)
|
|
- [chrony_allow](#chrony_allow)
|
|
- [chrony_log](#chrony_log)
|
|
- [chrony_logdir](#chrony_logdir)
|
|
- [chrony_ntsdumpdir](#chrony_ntsdumpdir)
|
|
- [chrony_pool](#chrony_pool)
|
|
- [chrony_server](#chrony_server)
|
|
- [Dependencies](#dependencies)
|
|
|
|
---
|
|
|
|
## Default Variables
|
|
|
|
### chrony_allow
|
|
|
|
#### Default value
|
|
|
|
```YAML
|
|
chrony_allow: []
|
|
```
|
|
|
|
### chrony_log
|
|
|
|
#### Default value
|
|
|
|
```YAML
|
|
chrony_log:
|
|
- measurements
|
|
- statistics
|
|
- tracking
|
|
```
|
|
|
|
### chrony_logdir
|
|
|
|
#### Default value
|
|
|
|
```YAML
|
|
chrony_logdir: /var/log/chrony
|
|
```
|
|
|
|
### chrony_ntsdumpdir
|
|
|
|
#### Default value
|
|
|
|
```YAML
|
|
chrony_ntsdumpdir: /var/lib/chrony
|
|
```
|
|
|
|
### chrony_pool
|
|
|
|
#### Default value
|
|
|
|
```YAML
|
|
chrony_pool: 2.pool.ntp.org iburst
|
|
```
|
|
|
|
### chrony_server
|
|
|
|
#### Default value
|
|
|
|
```YAML
|
|
chrony_server: []
|
|
```
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
None.
|