From: Andrew Schoen Date: Wed, 18 Jan 2017 16:46:48 +0000 (-0600) Subject: ceph-docker-common: include a meta/main.yml so we can use galaxy X-Git-Tag: v2.2.0rc1~64^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=88a2ddb24099806535b5df5358111779a094f65b;p=ceph-ansible.git ceph-docker-common: include a meta/main.yml so we can use galaxy This role needs a meta/main.yml before we can upload it to ansible galaxy. Signed-off-by: Andrew Schoen --- diff --git a/roles/ceph-docker-common/meta/main.yml b/roles/ceph-docker-common/meta/main.yml new file mode 100644 index 000000000..ae5466197 --- /dev/null +++ b/roles/ceph-docker-common/meta/main.yml @@ -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: []