
In the last PTG it was decided to drop the keystone_token_provider variable, because there is no other option anymore. Signed-off-by: Ramona Rautenberg <rautenberg@osism.tech> Change-Id: I1ee2c3f9b7dbbbf4633c5874cdbb3c4f8c09e277
24 lines
409 B
YAML
24 lines
409 B
YAML
---
|
|
- import_tasks: config.yml
|
|
|
|
- import_tasks: check-containers.yml
|
|
|
|
- include_tasks: clone.yml
|
|
when:
|
|
- keystone_dev_mode | bool
|
|
|
|
- import_tasks: bootstrap.yml
|
|
|
|
- name: Flush handlers
|
|
meta: flush_handlers
|
|
|
|
- include_tasks: distribute_fernet.yml
|
|
|
|
- import_tasks: register.yml
|
|
|
|
- import_tasks: check.yml
|
|
|
|
- include_tasks: register_identity_providers.yml
|
|
when:
|
|
- enable_keystone_federation | bool
|