Added explicit variable names

This commit is contained in:
2025-12-03 19:13:06 +01:00
parent c5e294e567
commit 298ba80664
9 changed files with 23 additions and 5 deletions

View File

@@ -2,3 +2,5 @@
- name: "Setup {{ application_id }}"
include_tasks: 01_core.yml
when: run_once_web_app_discourse is not defined
vars:
application_id: 'web-app-discourse'

View File

@@ -1,3 +1,5 @@
---
- include_tasks: 01_core.yml
when: run_once_web_app_mailu is not defined
when: run_once_web_app_mailu is not defined
vars:
application_id: 'web-app-mailu'

View File

@@ -2,3 +2,5 @@
- name: "Execute Role (once)"
include_tasks: 01_core.yml
when: run_once_web_app_matomo is not defined
vars:
application_id: 'web-app-matomo'

View File

@@ -1,5 +1,7 @@
- include_tasks: 01_core.yml
when: run_once_web_svc_cdn is not defined
vars:
application_id: 'web-svc-cdn'
- include_tasks: "{{ [ playbook_dir, 'tasks/utils/load_handlers.yml' ] | path_join }}"
vars:

View File

@@ -1,3 +1,5 @@
- name: "Load core functions for '{{ application_id }}'"
include_tasks: 01_core.yml
when: run_once_web_svc_collabora is not defined
when: run_once_web_svc_collabora is not defined
vars:
application_id: 'web-svc-collabora'

View File

@@ -1,3 +1,5 @@
---
- include_tasks: 01_core.yml
when: run_once_web_svc_coturn is not defined
when: run_once_web_svc_coturn is not defined
vars:
application_id: 'web-svc-coturn'

View File

@@ -1,3 +1,5 @@
---
- include_tasks: 01_core.yml
when: run_once_web_svc_logout is not defined
when: run_once_web_svc_logout is not defined
vars:
application_id: 'web-svc-logout'

View File

@@ -1,3 +1,5 @@
- name: "Load core functions for '{{ application_id }}'"
include_tasks: 01_core.yml
when: run_once_web_svc_onlyoffice is not defined
when: run_once_web_svc_onlyoffice is not defined
vars:
application_id: 'web-app-onlyoffice'

View File

@@ -2,3 +2,5 @@
- name: "Load core functions for '{{ application_id }}'"
include_tasks: 01_core.yml
when: run_once_web_svc_simpleicons is not defined
vars:
application_id: 'web-svc-simpleicons'