mirror of https://github.com/ceph/ceph-ansible.git
19 lines
415 B
YAML
19 lines
415 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 containerized_deployment }
|
|
- { role: ceph.ceph-docker-common, when: containerized_deployment }
|