diff --git a/roles/ceph-handler/tasks/main.yml b/roles/ceph-handler/tasks/main.yml index 85ae311a1..c7b323e78 100644 --- a/roles/ceph-handler/tasks/main.yml +++ b/roles/ceph-handler/tasks/main.yml @@ -63,3 +63,9 @@ name: ceph-rgw tasks_from: pre_requisite.yml when: not containerized_deployment | bool + + - name: import_role ceph-rgw + import_role: + name: ceph-rgw + tasks_from: multisite.yml + when: rgw_multisite | bool diff --git a/roles/ceph-rgw/tasks/multisite.yml b/roles/ceph-rgw/tasks/multisite.yml new file mode 100644 index 000000000..8ccc6c04a --- /dev/null +++ b/roles/ceph-rgw/tasks/multisite.yml @@ -0,0 +1,3 @@ +--- +- name: include_tasks multisite + include_tasks: multisite/main.yml \ No newline at end of file