ceph-ansible/roles/ceph-mds
Sébastien Han 38d575ce55 Merge pull request #1654 from andymcc/master
Allow ceph-mon systemd overrides to be specified
2017-08-22 15:32:39 +02:00
..
defaults Allow ceph service systemd overrides to be specified 2017-08-16 17:57:06 +01:00
meta Move role dependencies in site.yml/site-docker.yml 2017-08-02 17:12:14 +02:00
tasks Merge pull request #1654 from andymcc/master 2017-08-22 15:32:39 +02:00
templates Allow ceph service systemd overrides to be specified 2017-08-16 17:57:06 +01:00
LICENSE Add READMEs for each roles 2015-07-25 10:51:53 +02:00
README.md Add contribution note 2015-07-25 11:10:39 +02:00

README.md

Ansible role: Ceph Metadata

This role bootstraps Ceph metadata(s). It can bootstrap dockerized Ceph metadata(s).

Requirements

Nothing, it runs out of the box.

Role variables

Have a look at: defaults/main.yml.

Mandatory variables

None.

Dependencies

The role leseb.ceph-common must be installed.

Example Playbook

- hosts: servers
  remote_user: ubuntu
  roles:
     - { role: leseb.ceph-mds }

Contribution

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

License

Apache

Author Information

This role was created by Sébastien Han.