NTP role for ansible galaxy https://github.com/cowops/debian-ntp
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Theodotos Andreou a7204cedbd Repurposing the cowops/debian-ntp Ansible role vor 7 Jahren
defaults Repurposing the cowops/debian-ntp Ansible role vor 7 Jahren
handlers [Add] Initial commit vor 8 Jahren
meta [Upg] Move vars to default in order to simplify override, empty dependencies and galaxy_tags instead of categories vor 8 Jahren
tasks [Add] Initial commit vor 8 Jahren
templates Repurposing the cowops/debian-ntp Ansible role vor 7 Jahren
README.md Repurposing the cowops/debian-ntp Ansible role vor 7 Jahren

README.md

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
  • Setup with internal ntp pool

License

BSD