ceph-ansible/roles/ceph-mgr
Guillaume Abrioux 90c4066ce5 mgr: add missing admin key for mgr container
Followup on #1761.
Add missing admin key for mgr node in containerized deployment.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2017-09-21 09:56:37 +02:00
..
defaults docker: simplify variable declaration 2017-09-09 01:22:06 +02:00
meta update meta for ansible galaxy 2017-08-25 00:05:44 +02:00
tasks mgr: add missing admin key for mgr container 2017-09-21 09:56:37 +02:00
templates docker: simplify variable declaration 2017-09-09 01:22:06 +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.