ceph-ansible/roles/ceph-mgr/meta/main.yml

19 lines
418 B
YAML

---
galaxy_info:
author: Sébastien Han
description: Installs Ceph Manager
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 mgr_containerized_deployment }
- { role: ceph.ceph-docker-common, when: mgr_containerized_deployment }