mirror of https://github.com/ceph/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 <aschoen@redhat.com>pull/1239/head
parent
c6728ca21d
commit
88a2ddb240
|
@ -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: []
|
Loading…
Reference in New Issue