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

27 lines
1.0 KiB
YAML
Raw Normal View History

---
- include: pre_requisite.yml
when: not rgw_containerized_deployment
2016-08-17 02:57:01 +08:00
# 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
2016-08-17 02:57:01 +08:00
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
static: False
2016-08-08 11:16:15 +08:00
- include: start_radosgw.yml
when: not rgw_containerized_deployment
2016-08-17 02:57:01 +08:00
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
static: False
2016-08-17 05:57:49 +08:00
- name: include rgw multisite playbooks
2016-08-17 02:57:01 +08:00
include: multisite/main.yml
when: rgw_zone is defined and rgw_multisite and ( ceph_release_num.{{ ceph_release }} >= ceph_release_num.jewel )
2016-08-17 02:57:01 +08:00
# 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
2016-08-17 02:57:01 +08:00
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
static: False