Tonne of updates
This commit is contained in:
29
bunker-ops/inventory/group_vars/all/main.yml
Normal file
29
bunker-ops/inventory/group_vars/all/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user