mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-12-16 13:53:05 +00:00
* Remove outdated `Installation.md` and `Administration.md` documentation from Akaunting and Peertube roles * Fix `server_mode` conditional in `web-app-pgadmin` to avoid unintended defaults * Normalize formatting of git repository variables in `web-app-roulette-wheel` * Explicitly set `application_id` when loading `sys-stk-full-stateless` in `web-app-sphinx` to prevent scoping issues https://chatgpt.com/share/6939d42e-483c-800f-b0fc-be61caab615d
8 lines
254 B
YAML
8 lines
254 B
YAML
---
|
|
- name: "load docker, proxy for '{{ application_id }}'"
|
|
include_role:
|
|
name: sys-stk-full-stateless
|
|
|
|
- name: "configure pgadmin servers"
|
|
include_tasks: configuration.yml
|
|
when: applications | get_app_conf(application_id, 'server_mode') | bool |