mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Replaced nginx native with openresty for logout injection. Right now still buggy on nextcloud and espocrm
This commit is contained in:
9
roles/svc-prx-openresty/tasks/main.yml
Normal file
9
roles/svc-prx-openresty/tasks/main.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
- name: "For '{{ application_id }}': Load docker-compose"
|
||||
include_role:
|
||||
name: docker-compose
|
||||
when: run_once_svc_prx_openresty is not defined
|
||||
|
||||
- name: Run the docker_postgres tasks once
|
||||
set_fact:
|
||||
run_once_svc_prx_openresty: true
|
||||
when: run_once_svc_prx_openresty is not defined
|
Reference in New Issue
Block a user