mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-06 05:08:16 +00:00
Conversation reference: https://chatgpt.com/share/6908642f-29cc-800f-89ec-fd6de9892b44
8 lines
309 B
YAML
8 lines
309 B
YAML
- name: Install & configure OIDC plugin (if enabled)
|
|
include_tasks: setup/oidc.yml
|
|
when: applications | get_app_conf(application_id, 'features.oidc')
|
|
|
|
- name: Install & configure LDAP plugin (if enabled)
|
|
include_tasks: setup/ldap.yml
|
|
when: applications | get_app_conf(application_id, 'features.ldap')
|