From bcb99d83d6bae395e4e2bbc00dd1235965ccbc8e Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 6 Jul 2020 00:07:35 -0500 Subject: [PATCH] Deploy ttt to game1 --- playbooks/gameservers.yml | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/playbooks/gameservers.yml b/playbooks/gameservers.yml index 3a34c6a..f056a32 100644 --- a/playbooks/gameservers.yml +++ b/playbooks/gameservers.yml @@ -28,22 +28,20 @@ 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: 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: ttt + source_args: "+gamemode terrortown +map de_dust +host_workshop_collection 2155532035" + source_configrepo: "https://git.9iron.club/salt/gmodconfig" + tags: [ steam, gmod ] # - role: minecraft # vars: # mcname: "rotary-test"