ansible-minecraft icon indicating copy to clipboard operation
ansible-minecraft copied to clipboard

Ansible role for provisioning a vanilla Minecraft server

Results 15 ansible-minecraft issues
Sort by recently updated
recently updated
newest added

TASK [devops-coop.minecraft : check supported version] ************************* fatal: [192.168.122.101]: FAILED! => {"msg": "The conditional check 'ansible_distribution == 'Ubuntu' and ansible_distribution_version | version_compare('16.04', '

Hi there @benwebber and @joshuacherry! This is great! Thanks so much for sharing it I notice that you've gotten busy and haven't had time to triage the issue queue. Any...

Latest release download failing because s3 urls have been deprecated https://twitter.com/Dinnerbone/status/993773511469686784 `fatal: [minecraft]: FAILED! => {"changed": false, "dest": "/srv/minecraft/minecraft_server.1.13.1.jar", "msg": "Request failed", "response": "HTTP Error 403: Forbidden", "state": "absent", "status_code":...

bug

#26 load the server jar from given url provided by the Versions Manifest json file loaded from var: "minecraft_version_manifest_url"

Looks like the spigot.yml was missing the `download/` prefix (where the `latest.yml` file lives) as this was failing for me: ``` ansible-playbook -i spigot.example.com, playbook.yml [DEPRECATION WARNING]: Included file '/Users/jay/ansible-minecraft/latest.yml'...

- [x] Create a `minecraft_server` variable that defaults to `vanilla` `minecraft` - [x] Download BuildTools - [x] Run BuildTools with `--rev {{ minecraft_version }}` to build Spigot - [x] Update...

spigot
server

Hi! First thanks for your role, which I'm using to provision a vanilla server and works great! I wondered if someone could provide guidance about how to add some mods...

On each first boot, the code to generate `server.properties` seems to hang. After Ctrl-C of ansible, either local or remote, I find that there are commands to echo stop to...

I think this may be an issue with ansible itself, and I will install a more recent version of ansible via pip. ``` TASK [devops-coop.minecraft : install Minecraft dependencies] ****************************************...

Dan has implemented backups using a mixture of shell, cron, and rsync (see [minecraft-backup.j2](https://github.com/meatballhat/ansible-role-minecraft/blob/master/templates/minecraft-backup.j2)) while Matteo is using the built in FDB update utility for the modded servers (see [cron...

feature