Merge pull request #332 from ceph/galaxy

First steps to Ansible Galaxy
pull/335/head
Leseb 2015-07-23 13:24:31 +02:00
commit b26e35a70e
6 changed files with 67 additions and 0 deletions

View File

@ -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

View File

@ -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 }

View File

@ -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 }

View File

@ -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 }

View File

@ -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 }

View File

@ -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 }