ceph-ansible/roles/ceph-docker-common
Guillaume Abrioux 70e2787fe2 docker: fix keyrings copied on all nodes
All keyring are getting copied to all nodes.
This commit fixes a leftover from a previous code refactor.

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

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2017-10-05 09:23:22 +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: fix keyrings copied on all nodes 2017-10-05 09:23:22 +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.