From b510dd51e31f05d7b8750e6d1baaa1421bbd39dd Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 5 Jul 2020 12:35:22 -0500 Subject: [PATCH] Remove game3 This thing is SO GODDAMN LIGHT --- playbooks/gameservers.yml | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) diff --git a/playbooks/gameservers.yml b/playbooks/gameservers.yml index 4202f50..3a34c6a 100644 --- a/playbooks/gameservers.yml +++ b/playbooks/gameservers.yml @@ -28,6 +28,22 @@ mcgamemode: 0 mcleveltype: "default" tags: [ gameserver, minecraft, rotarypack ] +# - role: steamgame +# vars: +# steam_appid: "232330" +# steam_path: "Counter-Strike Source Dedicated Server" +# tags: [ steam, gmod, css ] +# - role: sourcegame +# vars: +# source_appid: "4020" +# source_path: GarrysModDS +# source_game: garrysmod +# source_instancename: gmod +# # TODO: Add me when sam figures his shit out +# # source_args: "+host_workshop_collection COLLECTION_ID" +# source_args: "+gamemode terrortown +map de_dust" +# source_configrepo: "https://git.9iron.club/salt/gmodconfig" +# tags: [ steam, gmod ] # - role: minecraft # vars: # mcname: "rotary-test" @@ -61,21 +77,3 @@ mcviewdist: 14 mcleveltype: "default" tags: [ gameserver, minecraft, magicpack ] -- hosts: game3 - roles: - - role: steamgame - vars: - steam_appid: "232330" - steam_path: "Counter-Strike Source Dedicated Server" - tags: [ steam, gmod, css ] - - role: sourcegame - vars: - source_appid: "4020" - source_path: GarrysModDS - source_game: garrysmod - source_instancename: gmod - # TODO: Add me when sam figures his shit out - # source_args: "+host_workshop_collection COLLECTION_ID" - source_args: "+gamemode terrortown +map de_dust" - source_configrepo: "https://git.9iron.club/salt/gmodconfig" - tags: [ steam, gmod ]