NTP role for ansible galaxy https://github.com/cowops/debian-ntp
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Theodotos Andreou a7204cedbd Repurposing the cowops/debian-ntp Ansible role 7 anos atrás
defaults Repurposing the cowops/debian-ntp Ansible role 7 anos atrás
handlers [Add] Initial commit 8 anos atrás
meta [Upg] Move vars to default in order to simplify override, empty dependencies and galaxy_tags instead of categories 8 anos atrás
tasks [Add] Initial commit 8 anos atrás
templates Repurposing the cowops/debian-ntp Ansible role 7 anos atrás
README.md Repurposing the cowops/debian-ntp Ansible role 7 anos atrás

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