NTP role for ansible galaxy https://github.com/cowops/debian-ntp
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Theodotos Andreou a7204cedbd Repurposing the cowops/debian-ntp Ansible role il y a 7 ans
defaults Repurposing the cowops/debian-ntp Ansible role il y a 7 ans
handlers [Add] Initial commit il y a 8 ans
meta [Upg] Move vars to default in order to simplify override, empty dependencies and galaxy_tags instead of categories il y a 8 ans
tasks [Add] Initial commit il y a 8 ans
templates Repurposing the cowops/debian-ntp Ansible role il y a 7 ans
README.md Repurposing the cowops/debian-ntp Ansible role il y a 7 ans

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