12 lines
465 B
YAML
12 lines
465 B
YAML
---
|
|
# Gitvana deployment defaults. Override these in host_vars or via -e as needed.
|
|
gitvana_repo_url: https://git.castaldifamily.com/nathan/gitvana
|
|
gitvana_repo_version: main
|
|
|
|
# Runtime mode can be dev or preview. Preview is recommended for long-running service.
|
|
gitvana_run_mode: preview
|
|
gitvana_service_port: 3000
|
|
|
|
# Optional: If repository access requires a dedicated SSH key on target hosts, set this path.
|
|
# gitvana_git_key_file: /home/chester/.ssh/id_ed25519
|