ceph-ansible/roles/ceph-rgw
Sam Yaple 069c93a238 Unify formatting of when conditional
This is purely a refactor. Converts when 'and' conditionals into lists
rather than multiline strings. This does not work for nested
conditionals, but those can be formated with indents.

Moves one line when statements onto the same line as the when command
itself.

A small logic bug was found in ceph-osd/tasks/check_devices.yml which
which was also fixed.

Signed-off-by: Sam Yaple <sam@yaple.net>
2016-05-09 14:08:33 +00:00
..
defaults docker: fix tons of issues 2016-03-24 17:55:21 +01:00
meta wip: galaxy roles dependencies 2016-03-02 13:52:56 +01:00
tasks Unify formatting of when conditional 2016-05-09 14:08:33 +00:00
templates Fix the sudoer template 2015-08-03 23:53:08 +02: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 Rados Gateway

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

It supports two methods to configure Rados Gateway:

  • with civetweb (default and preferred)
  • with Apache and CGI

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.