Hey, Although I've mainly put this together for myself, I think that some of you might find this useful:
https://github.com/cosgroveb/csgo_server It's a small collection of puppet modules for managing a simple CS:GO server. It pretty much just installs it and drops a simple script that you can use to start it. I've only used it on Debian 7 (wheezy) so if you're using something else YMMV. It does the following: * Creates /opt/steam * Creates a 'steam' user with the above for its home dir * Installs steamcmd in the same filesystem * Installs CS:GO using steamcmd * Allows you to easily run workshop collections. Specify them in the data/common.yaml file and they'll be available in the start script. This thing doesn't probably even scratch the surface of what most people need to manage their servers and I'm planning on at the very least managing a bunch of config files with these puppet modules soon but maybe this can help someone get started. -- Brian Cosgrove
_______________________________________________ Csgo_servers mailing list [email protected] https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
