Decom game1

This commit is contained in:
Salt 2020-07-23 20:11:02 -05:00
parent d182f16494
commit a13f02a5ab
2 changed files with 10 additions and 42 deletions

View File

@ -20,11 +20,11 @@ all:
hosts:
web1:
ansible_host: web1.9iron.club
fedi1old:
ansible_host: fedi1old.9iron.club
fedi1:
ansible_host: fedi1.9iron.club
gameservers:
hosts:
game1:
ansible_host: game1.9iron.club
game2:
ansible_host: game2.9iron.club

View File

@ -1,7 +1,7 @@
#!/usr/bin/env ansible-playbook
# vim:ft=ansible:
---
- hosts: game1
- hosts: game2
roles:
- role: backups
tags: [ backups ]
@ -20,14 +20,15 @@
tags: [ discord, adam ]
- role: minecraft
vars:
mcname: "rotary-main"
mczip: "https://www.9iron.club/files/rotarypack-server.zip"
mcforge: "1.7.10-10.13.4.1614-1.7.10"
mcmotd: "Survival with Rotarycraft edition"
mcport: 25565
mcname: "magic-main"
mczip: "https://www.9iron.club/files/magicpackredux.zip"
mcforge: "1.12.2-14.23.5.2854"
mcmotd: "Blood for the blood god, flowers for the flower throne"
mcport: 25567
mcgamemode: 0
mcviewdist: 14
mcleveltype: "default"
tags: [ gameserver, minecraft, rotarypack ]
tags: [ gameserver, minecraft, magicpack ]
- role: steamgame
vars:
steam_appid: "232330"
@ -42,36 +43,3 @@
source_args: "+gamemode terrortown +map ttt_lttp_kakariko_a4 +host_workshop_collection 2155532035"
source_configrepo: "https://git.9iron.club/salt/gmodconfig"
tags: [ steam, gmod ]
# - 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"
# mcmotd: "Creative with Rotarycraft edition"
# mcport: 25566
# mcgamemode: 1
# mcleveltype: "flat"
# tags: [ gameserver, minecraft, rotarypack ]
# - role: terraria
# vars:
# terraria_name: "main"
# terraria_password: "dicks"
# terraria_motd: "New major release edition"
# terraria_port: 7777
# terraria_difficulty: 2
# tags: [ gameserver, terraria ]
- hosts: game2
roles:
- role: backups
tags: [ backups ]
- role: minecraft
vars:
mcname: "magic-main"
mczip: "https://www.9iron.club/files/magicpackredux.zip"
mcforge: "1.12.2-14.23.5.2854"
mcmotd: "Blood for the blood god, flowers for the flower throne"
mcport: 25567
mcgamemode: 0
mcviewdist: 14
mcleveltype: "default"
tags: [ gameserver, minecraft, magicpack ]