diff --git a/.github/license.svg b/.github/license.svg index 4ab6d9a..67cfb13 100644 --- a/.github/license.svg +++ b/.github/license.svg @@ -1,217 +1,84 @@ - - - - - - image/svg+xml - - - - - - 3D <l3d@c3woc.de> - - - - - MIT License - - - - - - - - - - - - - - - - - - - - - - - - - - - MIT - MIT + + + + + image/svg+xml + + + + + 3D <l3d@c3woc.de> + + + + + MIT License + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - license - license + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index 5446a16..21cdd7b 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,15 @@ - Ansible role: ntp +[![Ansible Galaxy](https://raw.githubusercontent.com/roles-ansible/ansible_role_ntp/main/.github/galaxy.svg?sanitize=true)](https://galaxy.ansible.com/do1jlr/ntp) [![MIT License](https://raw.githubusercontent.com/roles-ansible/ansible_role_ntp/main/.github/license.svg?sanitize=true)](https://github.com/roles-ansible/ansible_role_ntp/blob/main/LICENSE) + + Ansible role ntp ====================== -This role provide a compliance for install ntp on your target host. - -## Requirements - -This role was developed using Ansible 2.7 Backwards compatibility is not guaranteed. - -``` -Please have a look into the meta file for supportet platform overview! - -Please note: It could need some fixes on exotic untested devices! -``` +Ansible role to install and configure the Network Time Protocol (NTP) Daemon. +This role was built with support for a variety of operating systems. Including Debian/Ubuntu, RHEL, Suse and Archlinux based Linux versions as well as FreeBSD, Darwin and OpenBSD. ## Role Variables -This role has multiple variables. The defaults for all these variables are the following: +In addition to the operating system-dependent variables, there are the following default values to adjust: ```yaml --- @@ -32,14 +25,18 @@ ntp_restrict: # Ntp server to use for date synchronization # Default is worldwide pool ntp_servers: + - ptbtime1.ptb.de + - ptbtime3.ptb.de - 0.pool.ntp.org iburst - 1.pool.ntp.org iburst - 2.pool.ntp.org iburst - 3.pool.ntp.org iburst # Enable or disable ntp statistics -# Default is false ntp_statistics: false + +# version check for this playbook (true is recomended) +submodules_versioncheck: false ``` ## Resources diff --git a/meta/main.yml b/meta/main.yml index 3945ae7..7bad56f 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -2,8 +2,8 @@ galaxy_info: role_name: ntp author: do1jlr - description: Ansible role for manage ntp daemon - license: "Apache" + description: install and configure the Network Time Protocol (NTP) Daemon + license: "Apache-2.0" min_ansible_version: 2.11