ceph-ansible/roles/ceph-rbd-mirror
Guillaume Abrioux 3dfeffab43 Fix followup on refact code (1469)
In addition to 7bb04a5, these lines are no longer needed and can even
cause playbook failures.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2017-06-26 15:53:41 +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 Fix followup on refact code (1469) 2017-06-26 15:53:41 +02:00
templates Refact code 2017-05-24 15:55:41 +02: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.