ceph-ansible/roles/ceph-rgw
Andrew Schoen e2f4d4ef56 ceph-rgw: default rgw_config_keys in defaults/main.yml
This avoid an issue with it being undefined if nfs_obj_gw is
set to False.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2016-12-01 10:28:55 -06:00
..
defaults ceph-rgw: default rgw_config_keys in defaults/main.yml 2016-12-01 10:28:55 -06:00
handlers Experimental RGW Multisite Support 2016-08-16 14:57:01 -04:00
meta wip: galaxy roles dependencies 2016-03-02 13:52:56 +01:00
tasks ceph-rgw: no need to use playbook_dir when fetching configs for docker 2016-12-01 10:28:54 -06:00
templates Add option to enable ntp 2016-08-08 10:16:48 -07:00
LICENSE Add READMEs for each roles 2015-07-25 10:51:53 +02:00
README.md remove apache support for RGW 2016-11-18 13:13:12 -07:00

README.md

Ansible role: Ceph Rados Gateway

This role bootstraps Ceph Rados Gateway(s). It can bootstrap dockerized Ceph Rados Gateway(s).

Civetweb is the only supported method for the Rados Gateway.

It can be configured to support a connection with OpenStack Keystone.

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

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.