Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rzfeeser/atpb_minecraft
A collection of plays to maintain a Minecraft server with Ansible.
https://github.com/rzfeeser/atpb_minecraft
ansible ansible-roles minecraft
Last synced: about 1 month ago
JSON representation
A collection of plays to maintain a Minecraft server with Ansible.
- Host: GitHub
- URL: https://github.com/rzfeeser/atpb_minecraft
- Owner: rzfeeser
- Created: 2016-05-19T04:30:41.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-03-05T14:34:52.000Z (over 3 years ago)
- Last Synced: 2024-09-30T17:42:25.241Z (about 2 months ago)
- Topics: ansible, ansible-roles, minecraft
- Homepage:
- Size: 135 KB
- Stars: 8
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Ansible / Ansible Tower - Minecraft Server Roles
### Project Status: Stable
Updates in ver 0.2:
- `minecraft_svr_announce.yml` has been retired and is now a role titled `role/minecraft_svr_announce/`. An example of using this solution is found within `playbook-minecraft_svr_announce.yml`
- `minecraft_svr_build.yml` has been retired and is now a role titled `role/minecraft_svr_prep/`. An example of using this solution is found within `playbook-minecraft_svr_prep.yml`. The justification for the name change was that `minecraft_svr_build.yml` was a misleading name.
- `minecraft_svr_dl_rc.yml` has been retired and is now a rile titled `role/minecraft_svr_update_backup/`. An example of using this solution is found within `playbook-minecraft_svr_update_backup.yml`. The justification for the name change was that `minecraft_svr_dl_rc.yml` was a misleading name.### Description
- Repository contains Ansible code
- The files `playbook-minecraft_*` contain examples of how to use the code within `roles/`
- These solutions are tested for use on `Ubuntu 18.04`
- To run locally, first install python `sudo apt install python3-pip`
- Next install ansible, `python3 -m pip install ansible`
- Now run all of the above solutions against the `host: localhost` and `connection: local`### Helpful Links
- Offical Release of Minecraft Sever App: https://minecraft.net/en-us/download/server/
- Setting Up A Server: https://minecraft.gamepedia.com/Tutorials/Setting_up_a_server
- Download Minecraft Server Software: https://minecraft.net/en-us/download/server/
- Ubuntu Server OS: https://www.ubuntu.com/download/server