From b4fe5271551dd89f1da4b560cb2e9ee141b63652 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 30 Jan 2020 22:58:49 +0100 Subject: [PATCH] cleanup readme --- README.md | 60 ++++++------------------------------------------------- 1 file changed, 6 insertions(+), 54 deletions(-) diff --git a/README.md b/README.md index bdfa803..4e73188 100644 --- a/README.md +++ b/README.md @@ -1,62 +1,14 @@ # xoxys.ntp - -[![Build Status](https://drone.rknet.org/api/badges/ansible/xoxys.ntp/status.svg)](https://drone.rknet.org/ansible/xoxys.ntp) +[![Build Status](https://img.shields.io/drone/build/ansible/xoxys.ntp?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.ntp) -Setup ntp time daemon - -## Table of content - -* [Default Variables](#default-variables) - * [ntp_servers](#ntp_servers) - * [ntp_sign_requests](#ntp_sign_requests) - * [ntp_timezone](#ntp_timezone) -* [Dependencies](#dependencies) -* [License](#license) -* [Author](#author) - ---- - -## Default Variables - -### ntp_servers - -#### Default value - -```YAML -ntp_servers: - - 0.pool.ntp.org - - 1.pool.ntp.org - - 2.pool.ntp.org - - 3.pool.ntp.org -``` - -### ntp_sign_requests -Varaiables only used on UCS systems. - -#### Default value - -```YAML -ntp_sign_requests: yes -``` - -### ntp_timezone - -#### Default value - -```YAML -ntp_timezone: Europe/Berlin -``` - -## Dependencies - -None. +Setup ntp time daemon -## License +### License -MIT +This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. -## Author +### Maintainers and Contributors -[xoxys](https://gitea.rknet.org/xoxys) +[Robert Kaussow](https://gitea.rknet.org/xoxys)