ceph-ansible/roles/ceph-rbd-mirror
Sébastien Han 40709c8336 docker: use systemd to manage container
Since we now only support systemd has an init system we can finally
treat containers as processes using systemd and this for all the
distros.

Signed-off-by: Sébastien Han <seb@redhat.com>
2017-02-01 17:12:46 +01:00
..
defaults moving to ansible v2.2 compatibility 2016-11-04 10:09:38 +01:00
meta use ceph-docker-common in roles that support docker deployments 2017-01-16 09:30:53 -06:00
tasks docker: use systemd to manage container 2017-02-01 17:12:46 +01:00
templates use ceph_docker_registry when starting containers 2017-01-16 11:17:41 -06: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.