mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 18:35:11 +00:00
Restructured Handler Logic
This commit is contained in:
@@ -5,5 +5,6 @@
|
||||
vars:
|
||||
docker_compose_flush_handlers: true
|
||||
docker_git_repository_pull: false # Deactivated here to deactivate inhirement
|
||||
database_type: "" # Deactivate Database for openresty
|
||||
- include_tasks: utils/once/flag.yml
|
||||
when: run_once_svc_prx_openresty is not defined
|
||||
@@ -1,10 +1,7 @@
|
||||
# General
|
||||
application_id: "svc-prx-openresty"
|
||||
|
||||
# Deactivate Database for openresty
|
||||
database_type: ""
|
||||
|
||||
# Openresty
|
||||
OPENRESTY_IMAGE: "openresty/openresty"
|
||||
OPENRESTY_VERSION: "alpine"
|
||||
OPENRESTY_CONTAINER: "{{ applications | get_app_conf(application_id, 'docker.services.openresty.name') }}"
|
||||
OPENRESTY_CONTAINER: "{{ applications | get_app_conf('svc-prx-openresty', 'docker.services.openresty.name') }}"
|
||||
|
||||
Reference in New Issue
Block a user