mirror of https://github.com/ceph/ceph-ansible.git
16 lines
382 B
YAML
16 lines
382 B
YAML
---
|
|
galaxy_info:
|
|
author: Daniel Gryniewicz
|
|
description: Installs Ceph NFS Gateway
|
|
license: Apache
|
|
min_ansible_version: 1.7
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- trusty
|
|
categories:
|
|
- system
|
|
dependencies:
|
|
- { role: ceph.ceph-common, when: not nfs_containerized_deployment }
|
|
- { role: ceph.ceph-docker-common, when: nfs_containerized_deployment }
|