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

This commit is contained in:
2025-08-22 19:19:49 +02:00
parent ec1bfff37b
commit ff06ea3fc8
8 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
---
- name: Create minecraft user
user: name=minecraft home={{ minecraft_home }} createhome=no system=yes shell=/bin/false