Current output:
$ ansible-playbook main.yml
[WARNING]: provided hosts list is empty, only localhost is available. Note that the implicit localhost does not match 'all'
PLAY [Run federation SSO setup on reproducer] *********************************************************************************************************************************************************************
TASK [Gathering Facts] ********************************************************************************************************************************************************************************************
ok: [localhost]
TASK [debug] ******************************************************************************************************************************************************************************************************
ok: [localhost] => {
"msg": "UNI"
}
TASK [debug] ******************************************************************************************************************************************************************************************************
ok: [localhost] => {
"cifmw_federation_keycloak_url": "https://keycloak-openstack.apps-crc.testing"
}
TASK [debug] ******************************************************************************************************************************************************************************************************
skipping: [localhost]
TASK [debug] ******************************************************************************************************************************************************************************************************
ok: [localhost] => {
"cifmw_federation_keycloak_url": "https://keycloak-openstack.apps-crc.testing"
}
TASK [debug] ******************************************************************************************************************************************************************************************************
ok: [localhost] => {
"cifmw_federation_keycloak_realm2": "openstack2"
}
PLAY RECAP ********************************************************************************************************************************************************************************************************
localhost : ok=5 changed=0 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0