Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/telus/ansible-ntp
Ansible role for NTP
https://github.com/telus/ansible-ntp
Last synced: 5 days ago
JSON representation
Ansible role for NTP
- Host: GitHub
- URL: https://github.com/telus/ansible-ntp
- Owner: telus
- License: mit
- Created: 2015-11-05T20:37:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T07:49:45.000Z (over 2 years ago)
- Last Synced: 2023-03-01T13:56:43.884Z (over 1 year ago)
- Language: Ruby
- Size: 13.7 KB
- Stars: 2
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible-ntp
[NTP](https://help.ubuntu.com/lts/serverguide/NTP.html) is a TCP/IP protocol for synchronising time over a network.
[![Build Status](https://travis-ci.org/telusdigital/ansible-ntp.svg?branch=travis)](https://travis-ci.org/telusdigital/ansible-ntp)
[![Platforms](http://img.shields.io/badge/platforms-ubuntu-lightgrey.svg?style=flat)](#)
Tunables
--------
* `ntp_timezone` (string) - _If_ you want to change timezone you can do so here. Default on AWS is UTC.
* `ntp_server` (list) - A list of ntp servers to useDependencies
------------
None.Example Playbook
----------------
- hosts: servers
roles:
- role: telusdigital.ntpLicense
-------
[MIT](https://tldrlegal.com/license/mit-license)Contributors
------------
* Nikki
* Ben Visser