]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
define the supported versions
authorAlfredo Deza <adeza@redhat.com>
Fri, 12 Feb 2016 17:01:51 +0000 (12:01 -0500)
committerAlfredo Deza <adeza@redhat.com>
Fri, 12 Feb 2016 17:01:51 +0000 (12:01 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
roles/ceph-agent/meta/main.yml [new file with mode: 0644]

diff --git a/roles/ceph-agent/meta/main.yml b/roles/ceph-agent/meta/main.yml
new file mode 100644 (file)
index 0000000..6fb5f7f
--- /dev/null
@@ -0,0 +1,15 @@
+---
+galaxy_info:
+  author: Alfredo Deza
+  description: Installs Ceph Storage Agent
+  license: Apache
+  min_ansible_version: 1.7
+  platforms:
+    - name: Ubuntu
+      versions:
+        - trusty
+    - name: RedHat
+      versions:
+        - 7
+  categories:
+    - system