ilbonzo / ansible-minecraft

Ansible role for Minecraft server

Home Page:https://galaxy.ansible.com/ilbonzo/minecraft/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minecraft ansible role

Ansible Galaxy Build Status

Install Minecraft server with ansible in debian distribution

Requirements

Debian based system

Role Variables

There are no mandatory variables. Minecraft 1.10.2 will be installed by default. You can specify a custom version:

minecraft_server_version: 1.14.3

Dependencies

There are no dependencies

Example Playbook

- hosts: all
  roles:
  - role: minecraft
    become: yes

License

Apache license

About

Ansible role for Minecraft server

https://galaxy.ansible.com/ilbonzo/minecraft/

License:Apache License 2.0


Languages

Language:Shell 100.0%