Spin up a new botania pack

This commit is contained in:
Salt 2020-07-25 21:54:28 -05:00
parent 62882d4303
commit 96857fdedd
2 changed files with 17 additions and 0 deletions

View File

@ -26,5 +26,7 @@ all:
ansible_host: fedi1.9iron.club
gameservers:
hosts:
game1:
ansible_host: game1.9iron.club
game2:
ansible_host: game2.9iron.club

View File

@ -1,6 +1,21 @@
#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
---
- hosts: game1
roles:
- role: backups
tags: [ backups ]
- role: minecraft
vars:
mcname: "botania"
mczip: "https://www.9iron.club/files/botaniapack-1.zip"
mcforge: "1.10.2-12.18.3.2511"
mcmotd: "Second go-around edition"
mcport: 25565
mcgamemode: 0
mcviewdist: 14
mcleveltype: "default"
tags: [ gameserver, minecraft, botaniapack ]
- hosts: game2
roles:
- role: backups