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
L3D 89c62be2cb
update ansible role namespace
update ansible role namespace from do1jlr.ntp to l3d.ntp
2023-04-20 23:11:57 +02:00

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: []