ceph-ansible/roles/ceph-mgr
Sébastien Han 7bb04a5970 docker: refactor followup
Followup on https://github.com/ceph/ceph-ansible/pull/1469 where we
merged most of the container code from roles/ceph-*/task/docker/*.yml
into roles/ceph-docker-common/tasks/

It seems that we forgot to remove the original files.

Signed-off-by: Sébastien Han <seb@redhat.com>
2017-06-26 13:21:36 +02:00
..
defaults Refact code 2017-05-24 15:55:41 +02:00
meta Refact code 2017-05-24 15:55:41 +02:00
tasks docker: refactor followup 2017-06-26 13:21:36 +02:00
templates Refact code 2017-05-24 15:55:41 +02:00
LICENSE mgr: add new role for ceph-mgr 2017-04-10 15:13:09 +02:00
README.md mgr: add new role for ceph-mgr 2017-04-10 15:13:09 +02:00

README.md

Ansible role: Ceph Manager

This role bootstraps the Ceph Manager.

Requirements

Nothing, it runs out of the box.

Role variables

Have a look at: defaults/main.yml.

Mandatory variables

None.

Dependencies

The role ceph.ceph-common must be installed.

Example Playbook

- hosts: servers
  remote_user: ubuntu
  roles:
     - { role: ceph.ceph-mgr }

Contribution

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

License

Apache

Author Information

This role was created by Sebastien Han.