14 lines
333 B
YAML
14 lines
333 B
YAML
|
|
---
|
||
|
|
# Main tasks file for Zitadel role
|
||
|
|
|
||
|
|
- name: Include Docker Compose setup
|
||
|
|
include_tasks: docker.yml
|
||
|
|
|
||
|
|
- name: Include bootstrap setup
|
||
|
|
include_tasks: bootstrap.yml
|
||
|
|
when: zitadel_bootstrap | default(true)
|
||
|
|
|
||
|
|
- name: Include OIDC applications setup
|
||
|
|
include_tasks: oidc-apps.yml
|
||
|
|
when: zitadel_create_oidc_apps | default(false)
|