Skip to content

lassizci/ansible-role-csgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-role-csgo

Ad-hoc role to configure multiple csgo servers using LGSM. Might work, though it's completely unsupported for now. Most of the variables have defaults and they can be defined per server or globally,

example usage

playbook

---
- hosts: csgoservers
  sudo: true
  roles:
    - csgo

hostvars

---
csgo_gslt_token: "mytoken"
csgo_defaultmap: de_dust2
csgo_maxplayers: 16
csgo_tickrate: 128
csgo_rcon_password: "supersecret"
csgo_servers:
  - name: csgo-server1
    ip: "10.0.0.1"
    hostname: "My awesome CS:GO server #1"
  - name: csgo-server2
    ip: "10.0.0.2"
    hostname: "My awesome CS:GO server #2"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages