NTP role for ansible galaxy https://github.com/cowops/debian-ntp
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Theodotos Andreou a7204cedbd Repurposing the cowops/debian-ntp Ansible role hace 7 años
defaults Repurposing the cowops/debian-ntp Ansible role hace 7 años
handlers [Add] Initial commit hace 8 años
meta [Upg] Move vars to default in order to simplify override, empty dependencies and galaxy_tags instead of categories hace 8 años
tasks [Add] Initial commit hace 8 años
templates Repurposing the cowops/debian-ntp Ansible role hace 7 años
README.md Repurposing the cowops/debian-ntp Ansible role hace 7 años

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