mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-18 14:34:24 +02:00
10 lines
256 B
YAML
10 lines
256 B
YAML
---
|
|
- name: "load docker, db and proxy for {{application_id}}"
|
|
include_role:
|
|
name: cmp-db-docker-proxy
|
|
|
|
|
|
- name: "Configure Snipe-IT LDAP settings"
|
|
import_tasks: ldap.yml
|
|
when: applications | get_app_conf(application_id, 'features.ldap', False)
|