mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-31 04:04:29 +00:00
New Module: os_keystone_identity_provider
Add support for Keystone Identity Providers Depends-On: https://review.opendev.org/714122 Depends-On: https://review.opendev.org/713461 Change-Id: I9d4ba6b9e7b1e618f985a8264fb0238fe3cbc7bd
This commit is contained in:
13
ci/roles/keystone_idp/defaults/main.yml
Normal file
13
ci/roles/keystone_idp/defaults/main.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
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'
|
||||
Reference in New Issue
Block a user