ceph-ansible/roles/ceph-mon/tasks/main.yml

23 lines
512 B
YAML
Raw Normal View History

---
2014-09-05 03:14:11 +08:00
- include: deploy_monitors.yml
when: not ceph_containerized_deployment
- include: start_monitor.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
groups[mds_group_name] is defined
- include: secure_cluster.yml
when:
secure_cluster and
not ceph_containerized_deployment
- include: ./docker/main.yml
when: ceph_containerized_deployment