mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-19 06:54:25 +02:00
10 lines
245 B
YAML
10 lines
245 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 | is_feature_enabled('ldap',application_id)
|