Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wrboyce/ansible-ntp
https://github.com/wrboyce/ansible-ntp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wrboyce/ansible-ntp
- Owner: wrboyce
- Created: 2015-02-16T15:52:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T21:56:20.000Z (over 9 years ago)
- Last Synced: 2023-04-13T03:26:18.879Z (over 1 year ago)
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.orgLicense
-------BSD
Author Information
------------------* Will Boyce