{"id":22048928,"url":"https://github.com/compscidr/ansible-rust-gameserver","last_synced_at":"2026-05-11T07:22:40.542Z","repository":{"id":264732936,"uuid":"894225216","full_name":"compscidr/ansible-rust-gameserver","owner":"compscidr","description":"Ansible rust gameserver","archived":false,"fork":false,"pushed_at":"2025-06-10T00:36:37.000Z","size":48,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T17:57:54.706Z","etag":null,"topics":["ansible","cron","game","rust","server","wipe"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/compscidr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2024-11-26T01:22:02.000Z","updated_at":"2025-06-10T00:36:21.000Z","dependencies_parsed_at":"2024-11-26T03:19:39.208Z","dependency_job_id":"21727982-913d-4bcb-b261-21b716ac8b59","html_url":"https://github.com/compscidr/ansible-rust-gameserver","commit_stats":null,"previous_names":["compscidr/ansible-rust-gameserver"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/compscidr/ansible-rust-gameserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compscidr%2Fansible-rust-gameserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compscidr%2Fansible-rust-gameserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compscidr%2Fansible-rust-gameserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compscidr%2Fansible-rust-gameserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/compscidr","download_url":"https://codeload.github.com/compscidr/ansible-rust-gameserver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/compscidr%2Fansible-rust-gameserver/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262327340,"owners_count":23294254,"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","cron","game","rust","server","wipe"],"created_at":"2024-11-30T14:13:44.890Z","updated_at":"2025-09-18T22:50:42.806Z","avatar_url":"https://github.com/compscidr.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-rust-gameserver\n[![Static Badge](https://img.shields.io/badge/Ansible_galaxy-Download-blue)](https://galaxy.ansible.com/ui/repo/published/compscidr/rust_gameserver/)\n[![ansible lint](https://github.com/compscidr/ansible-rust-gameserver/actions/workflows/check.yml/badge.svg)](https://github.com/compscidr/ansible-rust-gameserver/actions/workflows/check.yml)\n[![ansible lint rules](https://img.shields.io/badge/Ansible--lint-rules%20table-blue.svg)](https://ansible.readthedocs.io/projects/lint/rules/)\n\nEnables easy configuration and deployment of rust game servers using\na docker container. The configs and volumes for save games are stored\non the host machine via volumes.\n\nThe host machine adds a cron job to control the wipe schedule based\non the configs. The wipe can be weekly, biweekly, or monthly depending\non the config defined. See [roles/rust_gameserver/defaults/main.yml](roles/rust_gameserver/defaults/main.yml)\nfor default config values.\n\nThe docker image itself is from https://github.com/compscidr/rust-server\nwhich is based on the didstopia image with a few upates.\n\n## Oxide Plugins\nSince there may be multiple servers running on a machine, you can copy plugins \nto `/etc/rust/server/{{ rust_gameserver_identity }}/oxide/plugins` on the host\nmachine.\n\nOxide config can be copied to `/etc/rust/server/{{ rust_gameserver_identity }}/oxide/`\nYou may want to do this if you are using oxide plugins, but want to set your config\nto non-modified if you want to show up in the community servers list (note, you\nshould only do this if your plugins don't modify game behavior)\n\n## Dll Plugins\nPlugins like [rust::io](http://playrust.io/manual/#!index.md) should be copied\nto `/etc/rust/server/{{ rust_gameserver_identity }}/RustDedicated_Data/Managed`.\n\n## Development\n\n### Setup Development Environment\n\nTo contribute to this project or run tests locally, set up a virtual environment:\n\n```bash\n# Clone the repository\ngit clone https://github.com/compscidr/ansible-rust-gameserver.git\ncd ansible-rust-gameserver\n\n# Create and activate virtual environment\npython3 -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\n\n# Install development dependencies\npip install --upgrade pip\npip install -r requirements.txt\n\n# Install Ansible collections (optional, for full functionality)\nansible-galaxy collection install -r requirements.yml\n```\n\n### Running Tests\n\nWith the virtual environment activated:\n\n```bash\n# Run ansible-lint\nansible-lint\n\n# Run molecule tests (requires Docker)\nmolecule test\n```\n\n### Deactivating Virtual Environment\n\nWhen you're done working:\n\n```bash\ndeactivate\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompscidr%2Fansible-rust-gameserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcompscidr%2Fansible-rust-gameserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcompscidr%2Fansible-rust-gameserver/lists"}