Initial commit of chrony role
Change-Id: I86c4636b556ebc25e110c83a7dd4505c47a998ee
diff --git a/meta/main.yml b/meta/main.yml
new file mode 100644
index 0000000..1c0ebc6
--- /dev/null
+++ b/meta/main.yml
@@ -0,0 +1,27 @@
+---
+# chrony meta/main.yml
+#
+# SPDX-FileCopyrightText: © 2021 Open Networking Foundation <support@opennetworking.org>
+# SPDX-License-Identifier: Apache-2.0
+
+galaxy_info:
+ author: Open Networking Foundation
+ description: Chrony NTP server
+ company: Open Networking Foundation
+
+ issue_tracker_url: https://jira.opennetworking.org/
+
+ license: Apache-2.0
+
+ min_ansible_version: 2.9.5
+
+ platforms:
+ - name: Ubuntu
+ versions:
+ - "16.04"
+ - "18.04"
+
+ galaxy_tags:
+ - chrony
+
+dependencies: []