From dbbee273222336cebcd5683b58c945de4a9b3918 Mon Sep 17 00:00:00 2001 From: Davous3k <42912770+Davous3k@users.noreply.github.com> Date: Thu, 28 Jul 2022 11:18:35 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12df1b0..370c290 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ This role is developed with Ansible 2.9.6 and tesed on Ubuntu 20.04 LTS. | -------- | -------- | ------- | -------- | | `chrony_pkg_state` | No | `present` | Set pkg `enabled`, `disabled`, `latest` | | `chrony_service_state` | No | `started` | Set service state, started, enabled or disabled | -| `chrony_service_enabled` | No | `yes` | A list of NTP servers to use. | +| `chrony_service_enabled` | No | `yes` | Set enable service on system boot. | | `chrony_config_server` | No | `["0.cz.pool.ntp.org","1.cz.pool.ntp.org","2.cz.pool.ntp.org", "3.cz.pool.ntp.org"]` | A list of NTP servers to use. | -| `chrony_config_logdir` | No | `/var/log/chrony` | A list of NTP servers to use. | +| `chrony_config_logdir` | No | `/var/log/chrony` | Set defualt config location. | | `chrony_config_extra_options` | No | `{}` | A dict of extra config options. | ## Requirements