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

16 lines
386 B
YAML
Raw Normal View History

---
- include: pre_requisite.yml
when: not rgw_containerized_deployment
- include: openstack-keystone.yml
when: radosgw_keystone
2016-08-11 05:05:27 +08:00
- include: ./multisite/main.yml
2016-08-08 11:16:15 +08:00
when: rgw_zone is defined and rgw_multisite and ( is_jewel or is_after_jewel )
- include: start_radosgw.yml
when: not rgw_containerized_deployment
- include: ./docker/main.yml
when: rgw_containerized_deployment