NTP role for ansible galaxy https://github.com/cowops/debian-ntp
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Theodotos Andreou a7204cedbd Repurposing the cowops/debian-ntp Ansible role 7 년 전
defaults Repurposing the cowops/debian-ntp Ansible role 7 년 전
handlers [Add] Initial commit 8 년 전
meta [Upg] Move vars to default in order to simplify override, empty dependencies and galaxy_tags instead of categories 8 년 전
tasks [Add] Initial commit 8 년 전
templates Repurposing the cowops/debian-ntp Ansible role 7 년 전
README.md Repurposing the cowops/debian-ntp Ansible role 7 년 전

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