{"id":16164171,"url":"https://github.com/tleguern/ansible-steamcmd","last_synced_at":"2025-03-18T22:31:23.364Z","repository":{"id":141734703,"uuid":"257226019","full_name":"tleguern/ansible-steamcmd","owner":"tleguern","description":"Ansible role for steamcmd, the Steam command line client","archived":false,"fork":false,"pushed_at":"2022-01-27T21:51:47.000Z","size":15,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T12:45:38.525Z","etag":null,"topics":["ansible","ansible-role","debian","redhat","steam","steamcmd","ubuntu"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tleguern.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-20T09:01:48.000Z","updated_at":"2023-05-12T17:48:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"df935e6d-e2d8-4a6b-a683-bed54271c1b0","html_url":"https://github.com/tleguern/ansible-steamcmd","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tleguern%2Fansible-steamcmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tleguern%2Fansible-steamcmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tleguern%2Fansible-steamcmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tleguern%2Fansible-steamcmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tleguern","download_url":"https://codeload.github.com/tleguern/ansible-steamcmd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955004,"owners_count":20374367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-role","debian","redhat","steam","steamcmd","ubuntu"],"created_at":"2024-10-10T02:45:31.786Z","updated_at":"2025-03-18T22:31:23.357Z","avatar_url":"https://github.com/tleguern.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: steamcmd\n\n[![builds.sr.ht status](https://builds.sr.ht/~tleguern/ansible-steamcmd.svg)](https://builds.sr.ht/~tleguern/ansible-steamcmd?)\n\nAn Ansible role that installs steamcmd on a Linux server.\n\nAutomatic testing is provided using molecule's delegated driver and \u003chttps://builds.sr.ht\u003e.\n\n## Requirements\n\nNone.\n\n## Role Variables\n\n| Variable | Description | Default |\n|----------|-------------|---------|\n| `steamcmd_download_url` | URL pointing to the steamcmd archive | `https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz` |\n| `steamcmd_user` | User name for steamcmd | `steam` |\n| `steamcmd_required_packages` | Dependencies | `{{ __steamcmd_required_packages }}` |\n| `steamcmd_package` | Name of package | `{{ __steamcmd_package }}` |\n| `steamcmd_deb_mirror` | URL of an APT mirror | `{{ __steamcmd_deb_mirror }}` |\n| `steamcmd_repositories` | APT repositories to enable | `{{ __steamcmd_repositories }}`\n\n### Debian buster\n\n| Variable | Default |\n|----------|---------|\n| `__steamcmd_bin` | `/usr/games/steamcmd` |\n| `__steamcmd_package` | `steamcmd` |\n| `__steamcmd_deb_mirror` | `https://deb.debian.org/debian/` |\n| `__steamcmd_repositories` | `contrib non-free` |\n| `__steamcmd_required_packages` | `lib32gcc1` |\n\n### Debian bullseye\n\n| Variable | Default |\n|----------|---------|\n| `__steamcmd_bin` | `/usr/games/steamcmd` |\n| `__steamcmd_package` | `steamcmd` |\n| `__steamcmd_deb_mirror` | `https://deb.debian.org/debian/` |\n| `__steamcmd_repositories` | `contrib non-free` |\n| `__steamcmd_required_packages` | `lib32gcc1` |\n\n### RedHat\n\n| Variable | Default |\n|----------|---------|\n| `__steamcmd_bin` | `{{ __steamcmd_bin_path }}/steamcmd` |\n| `__steamcmd_required_packages` | `[ 'glibc.i686', 'libstdc++.i686' ]` |\n| `__steamcmd_bin_path` | Installation directory of steamcmd | `/usr/local/games` |\n| `__steamcmd_lib_path` | Intermediate installation directory of steamcmd |\n\n### Ubuntu\n\n| Variable | Default |\n|----------|---------|\n| `__steamcmd_bin` | `/usr/games/steamcmd` |\n| `__steamcmd_package` | `steamcmd` |\n| `__steamcmd_deb_mirror` | `http://archive.ubuntu.com/ubuntu/` |\n| `__steamcmd_repositories` | `multiverse` |\n| `__steamcmd_required_packages` | `lib32gcc1` |\n\n## Dependencies\n\nNone\n\n## Example Playbook\n\n```yaml\n- hosts: game\n  roles:\n    - ansible-steamcmd\n```\n\n## License\n\n```\nThe MIT License (MIT)\n\nCopyright (c) 2018 Damien Plénard\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n\n## Contributing\n\nEither send [send GitHub pull requests](https://github.com/tleguern/ansible-steamcmd) or [send patches on SourceHut](https://lists.sr.ht/~tleguern/misc).\n\n## Author Information\n\nOriginal work from [Damien Plénard](https://gitlab.com/dam0un/ansible-steamcmd) with adaptations from Tristan Le Guern.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftleguern%2Fansible-steamcmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftleguern%2Fansible-steamcmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftleguern%2Fansible-steamcmd/lists"}