Add another minceraft serber
This commit is contained in:
parent
21e87e28fa
commit
b046890ffe
@ -26,6 +26,28 @@
|
||||
- /data/minecraft/botaniapack2-creative
|
||||
- /data/minecraft/oceanblock/backups
|
||||
tags: [ backup ]
|
||||
- hosts: vm-minecraft-2.home.mgmt.desu.ltd
|
||||
gather_facts: no
|
||||
roles:
|
||||
- role: docker-minecraft
|
||||
vars:
|
||||
minecraft_name: oldpack
|
||||
minecraft_external_port: 40501
|
||||
minecraft_pack_zip: "https://srv.9iron.club/files/packs/1.7.10-magicpack/latest.zip"
|
||||
minecraft_image: "rehashedsalt/minecraft-forge:1.16.5-master"
|
||||
minecraft_server_properties:
|
||||
allow-flight: "true"
|
||||
difficulty: hard
|
||||
motd: "It's ya boy at it again with another playthrough of the same goddamn modpack"
|
||||
tags: [ minecraft ]
|
||||
- role: backup
|
||||
vars:
|
||||
backup_s3backup_list_extra:
|
||||
- /data
|
||||
- /etc
|
||||
backup_s3backup_exclude_list_extra:
|
||||
- /data/minecraft/oldpack/backups
|
||||
tags: [ backup ]
|
||||
- hosts: vm-terraria-1.home.mgmt.desu.ltd
|
||||
gather_facts: no
|
||||
roles:
|
||||
|
Loading…
Reference in New Issue
Block a user