Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 use

Dependencies
------------
None.

Example Playbook
----------------
- hosts: servers
roles:
- role: telusdigital.ntp

License
-------
[MIT](https://tldrlegal.com/license/mit-license)

Contributors
------------
* Nikki
* Ben Visser