debian-ntp/README.md

40 regels
574 B
Markdown

2015-07-26 19:39:36 +03:00
Debian-NTP
==========
Network Time Protocol
Requirements
------------
This Ansible role requires a debian compliant system such as ubuntu. This is a
simplified version of cowops/debian-ntp with just one internal ntp server.
2015-07-26 19:39:36 +03:00
Role Variables
--------------
ntp:
server: ntp.example.com
2015-07-26 19:39:36 +03:00
Dependencies
------------
None
Example Playbook
----------------
- hosts: servers
roles:
- { role: theodotos.debian-ntp, ntp.server: ntp.example.com }
2015-07-26 19:39:36 +03:00
Tasks
-----
- Install [ntp](http://www.ntp.org/)
- Setup with internal ntp pool
2015-07-26 19:39:36 +03:00
License
-------
2017-04-27 08:02:55 +03:00
BSD