ceph-ansible/roles/ceph-restapi
Michael Sambol ef768fa3a2 Refactor restapi 2015-10-18 22:28:48 -05:00
..
defaults Make fetch directory configurable 2015-08-27 16:49:50 +01:00
meta First steps to Ansible Galaxy 2015-07-23 11:45:19 +02:00
tasks Refactor restapi 2015-10-18 22:28:48 -05:00
LICENSE Add READMEs for each roles 2015-07-25 10:51:53 +02:00
README.md Add contribution note 2015-07-25 11:10:39 +02:00

README.md

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 }

Contribution

THIS REPOSITORY DOES NOT ACCEPT PULL REQUESTS PULL REQUESTS MUST GO THROUGH CEPH-ANSIBLE

License

Apache

Author Information

This role was created by Sébastien Han.