mirror of https://github.com/ceph/ceph-ansible.git
18 lines
316 B
YAML
18 lines
316 B
YAML
|
---
|
||
|
galaxy_info:
|
||
|
company: Red Hat
|
||
|
author: Guillaume Abrioux
|
||
|
description: Set some facts for ceph to be deployed
|
||
|
license: Apache
|
||
|
min_ansible_version: 2.7
|
||
|
platforms:
|
||
|
- name: Ubuntu
|
||
|
versions:
|
||
|
- xenial
|
||
|
- name: EL
|
||
|
versions:
|
||
|
- 7
|
||
|
galaxy_tags:
|
||
|
- system
|
||
|
dependencies: []
|