update
Some checks failed
Deploy Minecraft Server / deploy (push) Failing after 1m25s
Ansible Lint / lint (push) Failing after 12s

This commit is contained in:
2025-08-26 14:28:09 +02:00
parent 0315edf95f
commit 31711c7627
105 changed files with 1419 additions and 366 deletions

11
site.yml Normal file
View File

@@ -0,0 +1,11 @@
---
- name: Deploy Minecraft Spigot Server
hosts: minecraft_servers
become: yes
serial: 1
roles:
- 01-server_hardening
- 02-installation-java
- 03-installation-minecraft
- 04-backups
- 05-update