ansible/gameservers.yml

34 lines
1017 B
YAML
Raw Normal View History

#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
---
2020-06-01 21:56:39 -05:00
- hosts: game1.9iron.club
roles:
2020-06-01 21:56:39 -05:00
- role: minecraft
vars:
2020-06-01 21:56:39 -05:00
mcname: "rotary-main"
mczip: "https://www.9iron.club/files/rotarypack-server.zip"
mcforge: "1.7.10-10.13.4.1614-1.7.10"
2020-06-01 22:02:59 -05:00
mcmotd: "Survival with Rotarycraft edition"
2020-06-01 21:56:39 -05:00
mcport: 25565
mcgamemode: 0
2020-06-01 22:39:27 -05:00
mcleveltype: "default"
2020-06-01 21:56:39 -05:00
tags: [ gameserver, minecraft ]
- role: minecraft
vars:
mcname: "rotary-test"
mczip: "https://www.9iron.club/files/rotarypack-server.zip"
mcforge: "1.7.10-10.13.4.1614-1.7.10"
2020-06-01 22:02:59 -05:00
mcmotd: "Creative with Rotarycraft edition"
2020-06-01 21:56:39 -05:00
mcport: 25566
mcgamemode: 1
2020-06-01 22:02:38 -05:00
mcleveltype: "flat"
2020-06-01 21:56:39 -05:00
tags: [ gameserver, minecraft ]
2020-06-05 08:04:11 -05:00
- role: terraria
vars:
terraria_name: "main"
terraria_password: "dicks"
terraria_motd: "New major release edition"
terraria_port: 7777
terraria_difficulty: 2
tags: [ gameserver, terraria ]