xoxys.chrony/meta/main.yml

27 lines
770 B
YAML
Raw Normal View History

2022-04-10 17:26:44 +02:00
---
galaxy_info:
# @meta author:value: [Robert Kaussow](https://gitea.rknet.org/xoxys)
author: Robert Kaussow <mail@thegeeklab.de>
namespace: xoxys
role_name: chrony
# @meta description: >
2024-02-15 16:02:51 +01:00
# [![Build Status](https://ci.rknet.org/api/badges/ansible/xoxys.chrony/status.svg)](https://ci.rknet.org/repos/ansible/xoxys.chrony)
# [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.chrony/src/branch/main/LICENSE)
2022-04-10 17:26:44 +02:00
#
# Setup chrony NTP.
# @end
description: Setup chrony NTP
license: MIT
2024-02-15 16:02:51 +01:00
min_ansible_version: "2.10"
2022-04-10 17:26:44 +02:00
platforms:
- name: EL
versions:
2024-02-15 16:02:51 +01:00
- "9"
2022-04-10 17:26:44 +02:00
galaxy_tags:
- ntp
- chrony
dependencies: []
collections:
- xoxys.general
- community.general