ceph-ansible/roles/ceph-rbd-mirror
Sébastien Han 6bcb451b9c ceph-rbd-mirorr: add license file
Signed-off-by: Sébastien Han <seb@redhat.com>
2016-04-08 12:17:46 +02:00
..
defaults ceph-rbd-mirror: add new role 2016-04-08 12:12:15 +02:00
meta ceph-rbd-mirror: add new role 2016-04-08 12:12:15 +02:00
tasks ceph-rbd-mirror: add new role 2016-04-08 12:12:15 +02:00
LICENSE ceph-rbd-mirorr: add license file 2016-04-08 12:17:46 +02:00
README.md ceph-rbd-mirror: add new role 2016-04-08 12:12:15 +02:00

README.md

Ansible role: Ceph Storage 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.