mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
Overwritte handlers for CDN
This commit is contained in:
parent
d9669fc6dd
commit
4885ad7eb4
@ -16,6 +16,17 @@
|
|||||||
# ATM just the Logout is using the CDN.
|
# ATM just the Logout is using the CDN.
|
||||||
when: inj_enabled.logout and application_id != 'web-svc-cdn'
|
when: inj_enabled.logout and application_id != 'web-svc-cdn'
|
||||||
|
|
||||||
|
- name: Overwritte CDN handlers with neutral handlers
|
||||||
|
ansible.builtin.include_tasks: "{{ playbook_dir }}/tasks/utils/load_handlers.yml"
|
||||||
|
loop:
|
||||||
|
- svc-prx-openresty
|
||||||
|
- docker-compose
|
||||||
|
loop_control:
|
||||||
|
label: "{{ item }}"
|
||||||
|
vars:
|
||||||
|
handler_role_name: "{{ item }}"
|
||||||
|
|
||||||
|
|
||||||
- name: Set inj_enabled dictionary
|
- name: Set inj_enabled dictionary
|
||||||
set_fact:
|
set_fact:
|
||||||
inj_enabled:
|
inj_enabled:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user