Skip to content

abugher/ansible-role-steamcmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role steamcmd

Setup and install the Steam command-line client. This client is used to manage your Steam dedicated servers.

Usage

- hosts: myhostname
  roles:
    - steamcmd

Defaults variables

steamcmd_create_user: true
steamcmd_user: steam
steamcmd_user_home: /home/{{ steamcmd_user }}/
steamcmd_directory: /home/{{ steamcmd_user }}/cmd/
steamcmd_steam:
  username: anonymous
  password: ~

Links

https://developer.valvesoftware.com/wiki/SteamCMD

About

Setup and install the Steam command-line client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 81.2%
  • Jinja 18.8%