mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
29 lines
503 B
YAML
29 lines
503 B
YAML
---
|
|
galaxy_info:
|
|
role_name: ntp
|
|
author: l3d
|
|
description: Install and Configure the Network Time Protocol (NTP) Daemon
|
|
license: "Apache-2.0"
|
|
|
|
min_ansible_version: '2.13'
|
|
|
|
platforms:
|
|
- name: ArchLinux
|
|
versions: ['all']
|
|
- name: Debian
|
|
versions: ['all']
|
|
- name: Ubuntu
|
|
versions: ['all']
|
|
- name: EL
|
|
versions: ['all']
|
|
- name: Fedora
|
|
versions: ['all']
|
|
|
|
galaxy_tags:
|
|
- system
|
|
- packaging
|
|
- ntp
|
|
- time
|
|
- linux
|
|
|
|
dependencies: []
|