mirror of https://github.com/ceph/ceph-ansible.git
12b2aa2e55
Prior to this change we were deploying a monitor using tis fqdn name but we were checking its state and performing actions on it using its shortname. Signed-off-by: Sébastien Han <seb@redhat.com> |
||
---|---|---|
.. | ||
defaults | ||
meta | ||
tasks | ||
README.md |
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.