# backend_api defaults — scaffolding for the multi-instance Go API # behind HAProxy (v1.0.9 W4 Day 19). # # v1.0 lab : the Go binary is built outside Ansible (Makefile target # in the repo root) and copied into each Incus container via # `incus file push`. This role only installs the runtime dependencies # and renders the systemd unit ; the binary deploy step remains # manual until phase-2 wires CI → Forgejo → ansible-pull. --- backend_api_user: veza-api backend_api_install_dir: /opt/veza/backend-api backend_api_binary_name: veza-api backend_api_listen_port: 8080 backend_api_env_file: /etc/veza/backend-api.env backend_api_log_dir: /var/log/veza