diff --git a/inventory/hosts.yml b/inventory/hosts.yml index 62e641e..e2ef3ec 100644 --- a/inventory/hosts.yml +++ b/inventory/hosts.yml @@ -26,5 +26,3 @@ all: hosts: game1: ansible_host: game1.9iron.club - game2: - ansible_host: game2.9iron.club diff --git a/playbooks/gameservers.yml b/playbooks/gameservers.yml index 92e5a4c..53952a7 100644 --- a/playbooks/gameservers.yml +++ b/playbooks/gameservers.yml @@ -60,18 +60,18 @@ # 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 ] +#- 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 ]