2015-04-08 23:36:40 +08:00
|
|
|
---
|
2015-07-23 17:36:13 +08:00
|
|
|
galaxy_info:
|
|
|
|
author: Sébastien Han
|
|
|
|
description: Installs Ceph Rados Gateway
|
|
|
|
license: Apache
|
|
|
|
min_ansible_version: 1.7
|
|
|
|
platforms:
|
|
|
|
- name: Ubuntu
|
|
|
|
versions:
|
|
|
|
- trusty
|
|
|
|
categories:
|
|
|
|
- system
|
2015-04-08 23:36:40 +08:00
|
|
|
dependencies:
|
2016-03-02 19:00:51 +08:00
|
|
|
- { role: ceph.ceph-common, when: not rgw_containerized_deployment }
|
2017-01-16 23:30:53 +08:00
|
|
|
- { role: ceph.ceph-docker-common, when: rgw_containerized_deployment }
|