mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-06 13:17:58 +00:00
- Introduced new role 'web-app-mini-qr' to deploy the lightweight, self-hosted Mini-QR application. - Added dedicated subnet and localhost port mapping (8059) in group_vars. - Ensured proper dependency structure and run_once handling in MIG role. - Included upstream reference and CSP whitelist for temporary clarity.ms removal tracking. - Added README.md and meta information following the Infinito.Nexus web-app schema. See: https://chatgpt.com/share/68f890ab-5960-800f-85f8-ba30bd4350fe
8 lines
192 B
YAML
8 lines
192 B
YAML
- name: "load docker, proxy for '{{ application_id }}'"
|
|
include_role:
|
|
name: sys-stk-full-stateless
|
|
vars:
|
|
docker_compose_flush_handlers: false
|
|
|
|
- include_tasks: utils/run_once.yml
|