ceph-ansible/roles/ceph-docker-common
Guillaume Abrioux 0f506f4f0a Docker: split the task 'copy ceph configs&keys'
All keys are copied to all nodes.
This commit split that task in each roles so keys are copied to their
respective nodes.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1488999

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2017-09-11 21:14:13 +02:00
..
defaults ceph-docker-common: do not log inside the container 2017-08-28 12:04:49 +02:00
meta update meta for ansible galaxy 2017-08-25 00:05:44 +02:00
tasks Docker: split the task 'copy ceph configs&keys' 2017-09-11 21:14:13 +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.