mirror of https://github.com/ceph/ceph-ansible.git
13 lines
352 B
YAML
13 lines
352 B
YAML
---
|
|
- include: deploy_monitors.yml
|
|
when: not ceph_containerized_deployment
|
|
|
|
- include: ceph_keys.yml
|
|
when: not ceph_containerized_deployment
|
|
|
|
- include: create_mds_filesystems.yml
|
|
when: not ceph_containerized_deployment and not {{ ceph_version.stdout | version_compare('0.84', '<') }}
|
|
|
|
- include: docker.yml
|
|
when: ceph_containerized_deployment
|