check new version
Some checks failed
Ansible Minecraft Server CI/CD / lint (push) Failing after 21s
Ansible Minecraft Server CI/CD / test (push) Has been skipped
Ansible Minecraft Server CI/CD / deploy (push) Has been skipped

This commit is contained in:
2025-08-27 07:59:19 +02:00
parent 7a2ccb537b
commit 9ea9ac7254
125 changed files with 2696 additions and 1511 deletions

View File

@@ -1,16 +1,11 @@
---
# Internal backup variables
backup_script_names:
- backup-daily.sh
- backup-weekly.sh
- backup-monthly.sh
- restore-backup.sh
- backup-functions.sh
backup_dirs:
- "{{ backup_base_dir }}"
- "{{ backup_daily_dir }}"
- "{{ backup_weekly_dir }}"
- "{{ backup_monthly_dir }}"
cron_jobs:
- name: "Minecraft daily backup"
script: "backup-daily.sh"
- name: "Minecraft weekly backup"
script: "backup-weekly.sh"
- name: "Minecraft monthly backup"
script: "backup-monthly.sh"
backup_source_dirs:
- "{{ minecraft_server_dir }}"
- "{{ minecraft_sources_dir }}"
- "{{ minecraft_tools_dir }}"