https://github.com/lutangar/ansible-role-steamcmd
Setup and install the Steam command-line client
https://github.com/lutangar/ansible-role-steamcmd
ansible debian redhat steam steamcmd suse
Last synced: about 1 year ago
JSON representation
Setup and install the Steam command-line client
- Host: GitHub
- URL: https://github.com/lutangar/ansible-role-steamcmd
- Owner: lutangar
- License: mit
- Created: 2016-01-28T22:01:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T19:44:06.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T12:11:13.394Z (about 1 year ago)
- Topics: ansible, debian, redhat, steam, steamcmd, suse
- Homepage:
- Size: 17.6 KB
- Stars: 13
- Watchers: 1
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ansible role steamcmd
=====================
Setup and install the Steam command-line client.
This client is used to manage your Steam dedicated servers.
> Note that for Steam Guard, you should probably login once "by hand" first to generate a code.
Role Variables
--------------
```
steamcmd_create_user: true # create a dedicated user for the steam cmd
steamcmd_user: steam # owner of the steam cmd
steamcmd_user_home: /home/{{ steamcmd_user }}/ # home directory of the owner
steamcmd_directory: /home/{{ steamcmd_user }}/cmd/ # install directory of the cmd
steamcmd_login_timeout: 120
steamcmd_steam:
username: anonymous # steam username
password: ~ # steam password
guard: ~
```
Example Playbook
----------------
```
- hosts: servers
roles:
- steamcmd
```
License
-------
MIT
Links
-----