]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-docker-common: include a meta/main.yml so we can use galaxy 1239/head
authorAndrew Schoen <aschoen@redhat.com>
Wed, 18 Jan 2017 16:46:48 +0000 (10:46 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 18 Jan 2017 16:46:48 +0000 (10:46 -0600)
This role needs a meta/main.yml before we can upload it to ansible
galaxy.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/ceph-docker-common/meta/main.yml [new file with mode: 0644]

diff --git a/roles/ceph-docker-common/meta/main.yml b/roles/ceph-docker-common/meta/main.yml
new file mode 100644 (file)
index 0000000..ae54661
--- /dev/null
@@ -0,0 +1,13 @@
+---
+galaxy_info:
+  author: Sébastien Han
+  description: Installs Ceph
+  license: Apache
+  min_ansible_version: 1.7
+  platforms:
+    - name: Ubuntu
+      versions:
+        - trusty
+  categories:
+    - system
+dependencies: []