test other version
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
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
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
---
|
||||
# Configuration globale pour la production
|
||||
# Environment
|
||||
environment: production
|
||||
timezone: Europe/Paris
|
||||
|
||||
# Utilisateur Ansible
|
||||
ansible_user: ansible
|
||||
ansible_become: yes
|
||||
ansible_become_method: sudo
|
||||
# Minecraft Configuration
|
||||
minecraft_version: "1.21.6"
|
||||
minecraft_memory_min: "2G"
|
||||
minecraft_memory_max: "4G"
|
||||
|
||||
# Configuration SSH
|
||||
# Security
|
||||
ssh_port: 22
|
||||
ssh_allow_users: ["ansible", "minecraft"]
|
||||
|
||||
# Configuration Firewall
|
||||
fail2ban_enabled: true
|
||||
firewall_enabled: true
|
||||
firewall_default_policy: deny
|
||||
|
||||
# Backup settings
|
||||
backup_retention_days: 30
|
||||
backup_retention_weeks: 12
|
||||
backup_retention_months: 6
|
@@ -1,17 +1,18 @@
|
||||
---
|
||||
# Configuration globale pour le staging
|
||||
# Environment
|
||||
environment: staging
|
||||
timezone: Europe/Paris
|
||||
|
||||
# Utilisateur Ansible
|
||||
ansible_user: ansible
|
||||
ansible_become: yes
|
||||
ansible_become_method: sudo
|
||||
# Minecraft Configuration
|
||||
minecraft_version: "1.21.6"
|
||||
minecraft_memory_min: "1G"
|
||||
minecraft_memory_max: "2G"
|
||||
|
||||
# Configuration SSH
|
||||
# Security
|
||||
ssh_port: 22
|
||||
ssh_allow_users: ["ansible", "minecraft"]
|
||||
|
||||
# Configuration Firewall
|
||||
fail2ban_enabled: true
|
||||
firewall_enabled: true
|
||||
firewall_default_policy: deny
|
||||
|
||||
# Backup settings
|
||||
backup_retention_days: 7
|
||||
backup_retention_weeks: 4
|
||||
backup_retention_months: 2
|
Reference in New Issue
Block a user