change
Some checks failed
Ansible Minecraft Server CI/CD / lint (push) Failing after 12s
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 13:15:16 +02:00
parent e67cc93516
commit 7ce8cf1662
13 changed files with 234 additions and 95 deletions

View File

@@ -14,17 +14,27 @@
roles:
- role: 01-server_hardening
tags: ['hardening', 'security']
tags:
- hardening
- security
- role: 02-installation-java
tags: ['java', 'prerequisites']
tags:
- java
- prerequisites
- role: 03-installation-Minecraft
tags: ['minecraft', 'installation']
- role: 03-Installation-Minecraft
tags:
- minecraft
- installation
- role: 04-backups
tags: ['backup', 'maintenance']
tags:
- backup
- maintenance
- role: 05-Update
tags: ['update', 'maintenance']
tags:
- update
- maintenance
when: update_check | default(false)