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

30 lines
1.1 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
# 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
- ( ceph_release_num.{{ ceph_release }} >= ceph_release_num.jewel )
# 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