mirror of https://github.com/ceph/ceph-ansible.git
18 lines
356 B
YAML
18 lines
356 B
YAML
---
|
|
galaxy_info:
|
|
author: Sébastien Han
|
|
description: Installs Ceph Mirror Agent
|
|
license: Apache
|
|
min_ansible_version: 1.7
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- trusty
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
categories:
|
|
- system
|
|
dependencies:
|
|
- { role: ceph.ceph-common, when: not rbd_mirror_containerized_deployment }
|