30 lines
478 B
YAML
30 lines
478 B
YAML
---
|
|
# Shared defaults for all hosts
|
|
|
|
# Git repository
|
|
cml_repo_url: "https://github.com/bunker-admin/changemaker.lite.git"
|
|
cml_repo_branch: v2
|
|
|
|
# Deployment paths
|
|
cml_deploy_path: /opt/changemaker-lite
|
|
cml_backup_path: /opt/changemaker-lite/backups
|
|
cml_data_path: /opt/changemaker-lite/data
|
|
|
|
# System packages
|
|
common_packages:
|
|
- curl
|
|
- wget
|
|
- git
|
|
- htop
|
|
- jq
|
|
- unzip
|
|
- ufw
|
|
- fail2ban
|
|
- logrotate
|
|
|
|
# Docker
|
|
docker_compose_version: "v2.27.0"
|
|
|
|
# SSH
|
|
ssh_port: 22
|