Some checks failed
Ansible Minecraft CI/CD Pipeline / Ansible Lint Check (push) Successful in 58s
Ansible Minecraft CI/CD Pipeline / Project Structure Validation (push) Failing after 3s
Ansible Minecraft CI/CD Pipeline / Security Scan (push) Successful in 4s
Ansible Minecraft CI/CD Pipeline / Deploy to Staging (push) Has been skipped
Ansible Minecraft CI/CD Pipeline / Deploy to Production (push) Has been skipped
Ansible Minecraft CI/CD Pipeline / Backup System Check (push) Has been skipped
18 lines
320 B
YAML
18 lines
320 B
YAML
---
|
|
# Environment
|
|
environment: production
|
|
|
|
# Minecraft Configuration
|
|
minecraft_version: "1.21.6"
|
|
minecraft_memory_min: "2G"
|
|
minecraft_memory_max: "4G"
|
|
|
|
# Security
|
|
ssh_port: 22
|
|
fail2ban_enabled: true
|
|
firewall_enabled: true
|
|
|
|
# Backup settings
|
|
backup_retention_days: 30
|
|
backup_retention_weeks: 12
|
|
backup_retention_months: 6 |