1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ntp.git synced 2024-08-16 12:59:49 +02:00
Ansible role for manage ntp on a large number of os
Find a file
2020-01-16 17:22:00 +01:00
.github Update Founding info 2019-10-22 22:16:05 +02:00
defaults Update time 2019-06-05 15:38:18 +02:00
handlers Run commands as admin 2019-03-04 17:35:28 +01:00
meta update meta infos 2020-01-16 17:07:48 +01:00
tasks Help on debian based systems 2020-01-16 17:17:33 +01:00
templates Update time 2019-06-05 15:38:18 +02:00
vars Help on debian based systems 2020-01-16 17:17:33 +01:00
.ansible-lint start improving role 2019-05-17 16:25:17 +02:00
.ansible-test.yml Update travis checks 2020-01-16 17:01:25 +01:00
.requirements.txt Update travis checks 2020-01-16 17:01:25 +01:00
.travis.yml Update travis checks 2020-01-16 17:01:25 +01:00
Gemfile add Gmefile and gitignore 2018-12-28 11:16:57 +01:00
LICENSE update meta infos 2020-01-16 17:07:48 +01:00
README.md Update README 2020-01-16 17:05:12 +01:00
tox.ini try to resolve apt testing 2020-01-16 17:22:00 +01:00

Ansible role: ntp

Build Status

This role provide a compliance for install ntp on your target host.

Requirements

This role was developed using Ansible 2.7 Backwards compatibility is not guaranteed.

Please have a look into the meta file for supportet platform overview!

Please note: It could need some fixes on exotic untested devices!

Role Variables

This role has multiple variables. The defaults for all these variables are the following:

---
# defaults file for ansible-role-ntp

# Restrict acces on ntp server
# Default is: ::1, 127.0.0.1
ntp_restrict:
  - default nomodify notrap nopeer noquery
  - 127.0.0.1
  - ::1

# Ntp server to use for date synchronization
# Default is worldwide pool
ntp_servers:
  - 0.pool.ntp.org iburst
  - 1.pool.ntp.org iburst
  - 2.pool.ntp.org iburst
  - 3.pool.ntp.org iburst

# Enable or disable ntp statistics
# Default is false
ntp_statistics: false

Resources

ntp on ubuntu

Author Information

This role was created in 2018 by diodonfrost. This role was updated in 2019 and 2020 by L3D (DO1JLR)