ceph-ansible/roles/ceph-mgr
Sébastien Han 2aa5286544 mgr: add new role for ceph-mgr
The Ceph Manager daemon (ceph-mgr) runs alongside monitor daemons, to
provide additional monitoring and interfaces to external monitoring and
management systems.

Only works as of the Kraken release.

Co-Authored-By: Guillaume Abrioux <gabrioux@redhat.com>
Signed-off-by: Sébastien Han <seb@redhat.com>
2017-04-10 15:13:09 +02:00
..
defaults mgr: add new role for ceph-mgr 2017-04-10 15:13:09 +02:00
meta mgr: add new role for ceph-mgr 2017-04-10 15:13:09 +02:00
tasks mgr: add new role for ceph-mgr 2017-04-10 15:13:09 +02:00
templates mgr: add new role for ceph-mgr 2017-04-10 15:13:09 +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.