mirror of https://github.com/ceph/ceph-ansible.git
26 lines
548 B
YAML
26 lines
548 B
YAML
---
|
|
- include: deploy_monitors.yml
|
|
when: not mon_containerized_deployment
|
|
|
|
- include: start_monitor.yml
|
|
when: not mon_containerized_deployment
|
|
|
|
- include: ceph_keys.yml
|
|
when: not mon_containerized_deployment
|
|
|
|
- include: create_mds_filesystems.yml
|
|
when:
|
|
not mon_containerized_deployment and
|
|
groups[mds_group_name] is defined
|
|
|
|
- include: secure_cluster.yml
|
|
when:
|
|
secure_cluster and
|
|
not mon_containerized_deployment
|
|
|
|
- include: ./docker/main.yml
|
|
when: mon_containerized_deployment
|
|
|
|
- include: calamari.yml
|
|
when: calamari
|