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

23 lines
506 B
YAML
Raw Normal View History

---
2014-09-05 03:14:11 +08:00
- 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