ceph-ansible/roles/ceph-docker-common
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 docker: ability to change ceph config directory 2017-06-26 13:21:56 +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 Fix followup on refact code (1469) 2017-06-26 15:53:41 +02: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.