Enroll an old Paper server under CMS
This commit is contained in:
parent
6d3caf8a46
commit
978ffc21ac
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user