ceph-ansible/roles/ceph-docker-common
Jason Dillaman 70c2b934ca distribute rbd bootstrap key if available
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2017-08-22 18:55:29 -04:00
..
defaults merge docker-common and common defaults vars 2017-08-02 14:46:51 +02:00
meta ceph-docker-common: include a meta/main.yml so we can use galaxy 2017-01-18 10:46:48 -06:00
tasks distribute rbd bootstrap key if available 2017-08-22 18:55:29 -04:00
README.md ceph-docker-common: adds a README file 2017-01-18 11:06:25 -06:00

README.md

Ansible role: Ceph Docker Common

This role contains variables and tasks common to all containerized deployments.

Requirements

Nothing, it runs out of the box.

Role variables

Have a look at: defaults/main.yml.

Mandatory variables

None.

Dependencies

None.

Example Playbook

- hosts: mons 
  roles:
     - { role: ceph.ceph-docker-common }

Misc

This role is a mandatory dependency for the following roles if you are doing a containerized deployment:

  • ceph-mon
  • ceph-osd
  • ceph-mds
  • ceph-rgw
  • ceph-restapi

Contribution

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

License

Apache

Author Information

This role was created by Andrew Schoen.