Tonne of updates

This commit is contained in:
2026-02-18 17:15:31 -07:00
parent 56e262ad8b
commit 1a1f12c45b
176 changed files with 12786 additions and 388 deletions

View File

@@ -0,0 +1,29 @@
---
# 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