mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Decoupeld database, docker and proxy
This commit is contained in:
1
templates/roles/web-app/tasks/constructor.yml.j2
Normal file
1
templates/roles/web-app/tasks/constructor.yml.j2
Normal file
@@ -0,0 +1 @@
|
||||
# General Construction Tasks
|
@@ -3,9 +3,9 @@
|
||||
{% if database_type | bool %}
|
||||
|
||||
{% raw %}
|
||||
- name: "include svc-rdbms-central"
|
||||
- name: "load docker and db for {{application_id}}"
|
||||
include_role:
|
||||
name: svc-rdbms-central
|
||||
name: cmp-db-docker
|
||||
when: run_once_docker_{% endraw %}{{ application_id }}{% raw %} is not defined
|
||||
|
||||
{% endraw %}
|
||||
|
Reference in New Issue
Block a user