mirror of https://github.com/ceph/ceph-ansible.git
31 lines
1.0 KiB
YAML
31 lines
1.0 KiB
YAML
---
|
|
- include: pre_requisite.yml
|
|
when: not rgw_containerized_deployment
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
static: False
|
|
|
|
- include: openstack-keystone.yml
|
|
when:
|
|
- radosgw_keystone|bool
|
|
- radosgw_keystone_ssl|bool
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
static: False
|
|
|
|
- include: start_radosgw.yml
|
|
when: not rgw_containerized_deployment
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
static: False
|
|
|
|
- name: include rgw multisite playbooks
|
|
include: multisite/main.yml
|
|
when:
|
|
- rgw_zone is defined
|
|
- rgw_multisite
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
static: False
|
|
|
|
- include: ./docker/main.yml
|
|
when: rgw_containerized_deployment
|
|
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
static: False
|