ceph-ansible/roles/ceph-rbd-mirror
Jason Dillaman b70d54ac80 rbd-mirror should use per-host user id keyring
The rbd-mirror daemon will be HA under luminous and new daemon health
features require a way to uniquely identify rbd-mirror instances.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2017-08-22 18:55:29 -04:00
..
defaults rbd-mirror should use per-host user id keyring 2017-08-22 18:55:29 -04:00
meta Move role dependencies in site.yml/site-docker.yml 2017-08-02 17:12:14 +02:00
tasks rbd-mirror should use per-host user id keyring 2017-08-22 18:55:29 -04:00
templates Allow ceph service systemd overrides to be specified 2017-08-16 17:57:06 +01:00
LICENSE ceph-rbd-mirorr: add license file 2016-04-08 12:17:46 +02:00
README.md rbd-mirror: fix readme title 2016-04-08 12:32:05 +02:00

README.md

Ansible role: Ceph RBD mirror agent

This role bootstraps the Ceph RBD mirror agent.

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-rbd-mirror }

Contribution

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

License

Apache

Author Information

This role was created by S2bastien Han.