mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-07 22:03:09 +00:00
Add support for Keystone Identity Providers Depends-On: https://review.opendev.org/714122 Depends-On: https://review.opendev.org/713461 Change-Id: I9d4ba6b9e7b1e618f985a8264fb0238fe3cbc7bd
14 lines
428 B
YAML
14 lines
428 B
YAML
idp_name: 'test-idp'
|
|
idp_name_2: 'test-idp-2'
|
|
idp_description: 'My example IDP'
|
|
idp_description_2: 'My example Identity Provider'
|
|
|
|
domain_name: 'test-domain'
|
|
remote_ids_1:
|
|
- 'https://auth.example.com/auth/realms/ExampleRealm'
|
|
- 'https://auth.stage.example.com/auth/realms/ExampleRealm'
|
|
remote_ids_2:
|
|
- 'https://auth.example.com/auth/realms/ExampleRealm'
|
|
remote_ids_3:
|
|
- 'https://auth.stage.example.com/auth/realms/ExampleRealm'
|