- deploy/docker-compose.yml: Produktions-Stack (Backend, Postgres, Mosquitto) Backend bindet nur auf 127.0.0.1:8080 (HTTPS via Reverse Proxy) - deploy/.env.example: Vorlage für Produktions-Umgebungsvariablen - deploy/mosquitto/config/mosquitto.conf: Mosquitto mit Passwort-Auth - ansible/group_vars: morz_server_base_url auf https://dockerbox.morz.de - ansible/inventory.yml: debi entfernt, dev-Hosts info11/info12 ergänzt - .gitignore: !.env.example als Ausnahme ergänzt Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
14 lines
252 B
YAML
14 lines
252 B
YAML
---
|
|
all:
|
|
children:
|
|
signage_players:
|
|
hosts:
|
|
info10:
|
|
info01-dev:
|
|
info11-dev:
|
|
info12-dev:
|
|
signage_servers:
|
|
hosts:
|
|
dockerbox:
|
|
# ansible_host: 10.0.0.70
|
|
# ansible_user: admin
|