Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wrboyce/ansible-ntp


https://github.com/wrboyce/ansible-ntp

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

ntp
===

[![Build Status](https://travis-ci.org/wrboyce/ansible-ntp.png)](https://travis-ci.org/wrboyce/ansible-ntp)

Configure NTP client on Debian/Ubuntu based systems.

Role Variables
--------------

`ntp_servers` should be set to an array of upstream ntp servers.

Example Playbook
----------------

- hosts: servers
roles:
- role: wrboyce.ntp
ntp_servers:
- 0.uk.pool.ntp.org
- 1.uk.pool.ntp.org
- 2.uk.pool.ntp.org
- 3.uk.pool.ntp.org

License
-------

BSD

Author Information
------------------

* Will Boyce