mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-09 03:37:37 +02:00
feat(web-app-chess): add castling.club role with ports, networks, and build setup
- Added network subnet (192.168.103.192/28) and port 8050 for web-app-chess - Replaced stub README with usability-focused description of castling.club - Implemented config, vars, meta, and tasks for web-app-chess - Added Dockerfile, docker-compose.yml, env, and docker-entrypoint.sh templates - Integrated entrypoint asset placement - Updated meta to reflect usability and software features Ref: https://chatgpt.com/share/68b6c65a-3de8-800f-86b2-a110920cd50e
This commit is contained in:
10
roles/web-app-chess/tasks/02_assets.yml
Normal file
10
roles/web-app-chess/tasks/02_assets.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- block:
|
||||
- name: "load docker, db and proxy for {{ application_id }}"
|
||||
include_role:
|
||||
name: sys-stk-full-stateful
|
||||
|
||||
- name: "Place entrypoint and other assets"
|
||||
include_tasks: 02_assets.yml
|
||||
|
||||
- include_tasks: utils/run_once.yml
|
||||
when: run_once_web_app_chess is not defined
|
8
roles/web-app-chess/tasks/main.yml
Normal file
8
roles/web-app-chess/tasks/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- block:
|
||||
- name: "load docker, db and proxy for {{ application_id }}"
|
||||
include_role:
|
||||
name: sys-stk-full-stateful
|
||||
|
||||
- include_tasks: utils/run_once.yml
|
||||
when: run_once_web_app_chess is not defined
|
Reference in New Issue
Block a user