mirror of https://github.com/ceph/ceph-ansible.git
commit
b26e35a70e
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
galaxy_info:
|
||||
author: Sébastien Han
|
||||
description: Installs Ceph
|
||||
license: Apache
|
||||
min_ansible_version: 1.7
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- trusty
|
||||
categories:
|
||||
- system
|
|
@ -1,3 +1,14 @@
|
|||
---
|
||||
galaxy_info:
|
||||
author: Sébastien Han
|
||||
description: Installs Ceph Metadata
|
||||
license: Apache
|
||||
min_ansible_version: 1.7
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- trusty
|
||||
categories:
|
||||
- system
|
||||
dependencies:
|
||||
- { role: ceph-common, when: not docker }
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
---
|
||||
galaxy_info:
|
||||
author: Sébastien Han
|
||||
description: Installs Ceph Monitor
|
||||
license: Apache
|
||||
min_ansible_version: 1.7
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- trusty
|
||||
categories:
|
||||
- system
|
||||
dependencies:
|
||||
- { role: ceph-common, when: not docker }
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
---
|
||||
galaxy_info:
|
||||
author: Sébastien Han
|
||||
description: Installs Ceph Object Storage Daemon
|
||||
license: Apache
|
||||
min_ansible_version: 1.7
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- trusty
|
||||
categories:
|
||||
- system
|
||||
dependencies:
|
||||
- { role: ceph-common, when: not docker }
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
---
|
||||
galaxy_info:
|
||||
author: Sébastien Han
|
||||
description: Installs Ceph Rados Gateway
|
||||
license: Apache
|
||||
min_ansible_version: 1.7
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- trusty
|
||||
categories:
|
||||
- system
|
||||
dependencies:
|
||||
- { role: ceph-common, when: not docker }
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
---
|
||||
galaxy_info:
|
||||
author: Sébastien Han
|
||||
description: Installs Ceph Monitors
|
||||
license: Apache
|
||||
min_ansible_version: 1.7
|
||||
platforms:
|
||||
- name: Ubuntu
|
||||
versions:
|
||||
- trusty
|
||||
categories:
|
||||
- system
|
||||
dependencies:
|
||||
- { role: ceph-common, when: not docker }
|
||||
|
|
Loading…
Reference in New Issue