2015-07-25 16:40:00 +08:00
|
|
|
# Ansible role: Ceph REST API
|
|
|
|
|
|
|
|
This role bootstraps Ceph REST API(s).
|
|
|
|
It can bootstrap dockerized Ceph REST API(s).
|
|
|
|
|
|
|
|
# Requirements
|
|
|
|
|
|
|
|
Nothing, it runs out of the box.
|
|
|
|
|
|
|
|
# Role variables
|
|
|
|
|
|
|
|
Have a look at: `defaults/main.yml`.
|
|
|
|
|
|
|
|
## Mandatory variables
|
|
|
|
|
|
|
|
None.
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
|
|
|
|
The role `leseb.ceph-common` must be installed.
|
|
|
|
|
|
|
|
# Example Playbook
|
|
|
|
|
|
|
|
```
|
|
|
|
- hosts: servers
|
|
|
|
remote_user: ubuntu
|
|
|
|
roles:
|
|
|
|
- { role: leseb.ceph-restapi }
|
|
|
|
```
|
|
|
|
|
2015-07-25 17:10:39 +08:00
|
|
|
# Contribution
|
|
|
|
|
|
|
|
**THIS REPOSITORY DOES NOT ACCEPT PULL REQUESTS**
|
|
|
|
**PULL REQUESTS MUST GO THROUGH [CEPH-ANSIBLE](https://github.com/ceph/ceph-ansible)**
|
|
|
|
|
2015-07-25 16:40:00 +08:00
|
|
|
# License
|
|
|
|
|
|
|
|
Apache
|
|
|
|
|
|
|
|
# Author Information
|
|
|
|
|
|
|
|
This role was created by [Sébastien Han](http://sebastien-han.fr/).
|