--- - name: Create kustomization to update Keystone to use MultiRealm Federation hosts: "{{ cifmw_target_hook_host | default('localhost') }}" tasks: - name: Set uni domain name var from federation role ansible.builtin.set_fact: cifmw_federation_domain: "apps.ocp.openstack.lab" when: cifmw_federation_deploy_type == "uni" - name: Set crc domain name var from federation role ansible.builtin.set_fact: cifmw_federation_domain: "apps-crc.testing" when: cifmw_federation_deploy_type == "crc" - name: Run SSO MultiRealm controlplane setup ansible.builtin.import_role: name: federation tasks_from: hook_multirealm_controlplane_config.yml