Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 3 hours 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-30T19:44:06.000Z (over 2 years ago)
- Last Synced: 2023-04-01T05:49:15.939Z (over 1 year ago)
- Topics: ansible, debian, redhat, steam, steamcmd, suse
- Homepage:
- Size: 17.6 KB
- Stars: 12
- Watchers: 2
- 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
-----