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

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

7
playbooks/00-main.yml Normal file
View File

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

View File

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

View File

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