https://github.com/telus/ansible-ntp
Ansible role for NTP
https://github.com/telus/ansible-ntp
Last synced: about 1 year 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T07:49:45.000Z (almost 4 years ago)
- Last Synced: 2023-03-01T13:56:43.884Z (over 3 years 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.
[](https://travis-ci.org/telusdigital/ansible-ntp)
[](#)
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