1
0
Fork 0

basic usage

This commit is contained in:
Massaki Archambault 2023-06-15 00:10:38 -04:00
parent 354f399b11
commit ef1484a38d
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,5 @@
mc_server_memory: 3500M
mc_server_ops:
- uuid: 649a9370-5cad-4553-93c8-cf0af25208dd
name: jirost
level: 4

2
hosts Normal file
View File

@ -0,0 +1,2 @@
[minecraft-server]
minecraft-server ansible_become=true ansible_become_method=sudo ansible_become_user=root

10
site.yaml Normal file
View File

@ -0,0 +1,10 @@
- hosts: all
tasks:
- name: Perform system update
apt:
update_cache: true
upgrade: true
- hosts: all
roles:
- minecraft-server