mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-08 02:16:04 +00:00
Added explicit variable names
This commit is contained in:
@@ -2,3 +2,5 @@
|
|||||||
- name: "Setup {{ application_id }}"
|
- name: "Setup {{ application_id }}"
|
||||||
include_tasks: 01_core.yml
|
include_tasks: 01_core.yml
|
||||||
when: run_once_web_app_discourse is not defined
|
when: run_once_web_app_discourse is not defined
|
||||||
|
vars:
|
||||||
|
application_id: 'web-app-discourse'
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
---
|
---
|
||||||
- include_tasks: 01_core.yml
|
- 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'
|
||||||
@@ -2,3 +2,5 @@
|
|||||||
- name: "Execute Role (once)"
|
- name: "Execute Role (once)"
|
||||||
include_tasks: 01_core.yml
|
include_tasks: 01_core.yml
|
||||||
when: run_once_web_app_matomo is not defined
|
when: run_once_web_app_matomo is not defined
|
||||||
|
vars:
|
||||||
|
application_id: 'web-app-matomo'
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
- include_tasks: 01_core.yml
|
- include_tasks: 01_core.yml
|
||||||
when: run_once_web_svc_cdn is not defined
|
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 }}"
|
- include_tasks: "{{ [ playbook_dir, 'tasks/utils/load_handlers.yml' ] | path_join }}"
|
||||||
vars:
|
vars:
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
- name: "Load core functions for '{{ application_id }}'"
|
- name: "Load core functions for '{{ application_id }}'"
|
||||||
include_tasks: 01_core.yml
|
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'
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
---
|
---
|
||||||
- include_tasks: 01_core.yml
|
- 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'
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
---
|
---
|
||||||
- include_tasks: 01_core.yml
|
- 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'
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
- name: "Load core functions for '{{ application_id }}'"
|
- name: "Load core functions for '{{ application_id }}'"
|
||||||
include_tasks: 01_core.yml
|
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'
|
||||||
@@ -2,3 +2,5 @@
|
|||||||
- name: "Load core functions for '{{ application_id }}'"
|
- name: "Load core functions for '{{ application_id }}'"
|
||||||
include_tasks: 01_core.yml
|
include_tasks: 01_core.yml
|
||||||
when: run_once_web_svc_simpleicons is not defined
|
when: run_once_web_svc_simpleicons is not defined
|
||||||
|
vars:
|
||||||
|
application_id: 'web-svc-simpleicons'
|
||||||
|
|||||||
Reference in New Issue
Block a user