mirror of https://github.com/ceph/ceph-ansible.git
16 lines
379 B
YAML
16 lines
379 B
YAML
---
|
|
- include: pre_requisite.yml
|
|
when: not rgw_containerized_deployment
|
|
|
|
- include: openstack-keystone.yml
|
|
when: radosgw_keystone
|
|
|
|
- include: multisite.yml
|
|
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
|