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_ntp/meta/main.yml

30 lines
503 B
YAML
Raw Normal View History

2021-03-12 13:26:34 +01:00
---
2018-12-28 10:49:24 +01:00
galaxy_info:
2018-12-28 11:54:06 +01:00
role_name: ntp
author: l3d
description: Install and Configure the Network Time Protocol (NTP) Daemon
2021-09-27 00:14:59 +02:00
license: "Apache-2.0"
2018-12-28 10:49:24 +01:00
min_ansible_version: '2.13'
2018-12-28 10:49:24 +01:00
2018-12-28 11:54:06 +01:00
platforms:
2022-11-16 23:34:46 +01:00
- name: ArchLinux
versions: ['all']
2020-01-16 17:07:48 +01:00
- name: Debian
2022-11-16 23:34:46 +01:00
versions: ['all']
- name: Ubuntu
versions: ['all']
2018-12-28 11:54:06 +01:00
- name: EL
2022-11-16 23:34:46 +01:00
versions: ['all']
2018-12-28 11:54:06 +01:00
- name: Fedora
2022-11-16 23:34:46 +01:00
versions: ['all']
2018-12-28 10:49:24 +01:00
2018-12-28 11:54:06 +01:00
galaxy_tags:
- system
- packaging
- ntp
2019-05-17 16:25:17 +02:00
- time
- linux
2018-12-28 10:49:24 +01:00
dependencies: []