diff --git a/playbooks/game.yml b/playbooks/game.yml index 3ce78db..67a76c1 100755 --- a/playbooks/game.yml +++ b/playbooks/game.yml @@ -8,9 +8,28 @@ vars: backup_s3backup_list_extra: - /opt/minecraft/valhelsia/world + - /opt/minecraft/vanilla - /opt/factorio become: yes tags: [ backup ] + - role: minecraft + vars: + minecraft_name: vanilla + minecraft_version: 1.16.4 + minecraft_jre_xmx: 1G + minecraft_jre_xms: 512M + minecraft_server_properties: + - opt: difficulty + value: normal + - opt: motd + value: "brett's new serber" + - opt: server-port + value: 25565 + - opt: spawn-protection + value: 4 + - opt: view-distance + value: 12 + minecraft_paper_install: yes - role: minecraft vars: minecraft_name: valhelsia