Enroll an old Paper server under CMS
This commit is contained in:
parent
6d3caf8a46
commit
978ffc21ac
@ -8,9 +8,28 @@
|
|||||||
vars:
|
vars:
|
||||||
backup_s3backup_list_extra:
|
backup_s3backup_list_extra:
|
||||||
- /opt/minecraft/valhelsia/world
|
- /opt/minecraft/valhelsia/world
|
||||||
|
- /opt/minecraft/vanilla
|
||||||
- /opt/factorio
|
- /opt/factorio
|
||||||
become: yes
|
become: yes
|
||||||
tags: [ backup ]
|
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
|
- role: minecraft
|
||||||
vars:
|
vars:
|
||||||
minecraft_name: valhelsia
|
minecraft_name: valhelsia
|
||||||
|
Loading…
x
Reference in New Issue
Block a user