mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-23 08:41:11 +02:00
14 lines
374 B
YAML
14 lines
374 B
YAML
---
|
|
- name: "load docker, db and proxy for {{application_id}}"
|
|
include_role:
|
|
name: cmp-db-docker-proxy
|
|
|
|
- name: Integrate LDAP
|
|
include_tasks: 01_ldap.yml
|
|
when: applications | get_app_conf(application_id, 'features.ldap', False)
|
|
|
|
- name: Update Friendica DB credentials
|
|
include_tasks: 02_database.yml
|
|
|
|
- name: Add Friendica Add Ons
|
|
include_tasks: 03_addons.yml |