Téléverser les fichiers vers "/"
Some checks failed
Run ansible / run-ansible-playbook (push) Has been cancelled

This commit is contained in:
2025-08-22 19:14:18 +02:00
parent 11b83f9e1d
commit 8b1016decc
3 changed files with 18 additions and 0 deletions

7
00-main.yml Normal file
View File

@@ -0,0 +1,7 @@
---
-
hosts: all
gather_facts: no
become: yes
roles:
- 00-main

6
01-install-server.yml Normal file
View File

@@ -0,0 +1,6 @@
---
- hosts: minecraft
become: yes
roles:
- 01-base-server
- 02-spigot-server

5
02-update-server.yml Normal file
View File

@@ -0,0 +1,5 @@
---
- hosts: minecraft
sudo: yes
roles:
- 02-update