39 lines
574 B
Markdown
39 lines
574 B
Markdown
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.
|
|
|
|
Role Variables
|
|
--------------
|
|
|
|
ntp:
|
|
server: ntp.example.com
|
|
|
|
Dependencies
|
|
------------
|
|
|
|
None
|
|
|
|
Example Playbook
|
|
----------------
|
|
|
|
- hosts: servers
|
|
roles:
|
|
- { role: theodotos.debian-ntp, ntp.server: ntp.example.com }
|
|
|
|
Tasks
|
|
-----
|
|
|
|
- Install [ntp](http://www.ntp.org/)
|
|
- Setup with internal ntp pool
|
|
|
|
License
|
|
-------
|
|
|
|
BSD
|