This commit is contained in:
2025-11-27 18:44:33 +01:00
parent 05ff3d3d61
commit ba26e5a53b
16 changed files with 809 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
- name: "load docker, proxy for '{{ application_id }}'"
include_role:
name: sys-stk-full-stateless
vars:
docker_compose_flush_handlers: false
- name: "Load LittleJS example metadata"
include_vars:
file: "examples.yml"
- name: "Render LittleJS index.html"
template:
src: "html/index.html.j2"
dest: "{{ LITTLEJS_INDEX_HOST_ABS }}"
mode: "0644"
notify:
- docker compose build
- docker compose up
- name: "flush docker compose for '{{ application_id }}'"
meta: flush_handlers
- include_tasks: utils/run_once.yml