ceph-ansible/roles/ceph-docker-common
Guillaume Abrioux 1886a69b8b docker-common: refact `stat_ceph_files.yml`
there is no need to build the `ceph_config_keys` fact in several steps
for rbd-mirror keyring.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
2017-09-21 09:56:37 +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-common: refact `stat_ceph_files.yml` 2017-09-21 09:56:37 +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.