Giter VIP home page Giter VIP logo

ansible-minecraft's Introduction

ansible-minecraft

This role installs vanilla Minecraft and configures it to run under Supervisor.

Requirements

This role supports Debian and Debian-based distributions (e.g., Ubuntu).

Role variables

The following variable defaults are defined in defaults/main.yml.

  • minecraft_version

    Minecraft version to install (default: 1.8)

  • minecraft_url

    Minecraft download URL (default: https://s3.amazonaws.com/Minecraft.Download/versions)

  • minecraft_user

    system user Minecraft runs as (default: minecraft)

  • minecraft_group

    system group Minecraft runs as (default: minecraft)

  • minecraft_home

    directory to install Minecraft to (default: /srv/minecraft)

  • minecraft_max_memory

    Java max memory (-Xmx) to allocate (default: 1024M)

  • minecraft_initial_memory

    Java initial memory (-Xms) to allocate (default: 1024M)

  • minecraft_supervisor_name

    Supervisor program name (default: minecraft)

  • minecraft_whitelist

    list of Minecraft usernames to whitelist (default: [])

  • minecraft_ops

    list of Minecraft usernames to make server ops (default: [])

  • minecraft_banned_players

    list of Minecraft usernames to ban (default: [])

  • minecraft_banned_ips

    list of IP addresses to ban (default: [])

Example

- hosts: minecraft
  roles:
     - { role: benwebber.minecraft, minecraft_whitelist: ["jeb_", "dinnerbone"]}

Contributing

Pull requests are welcome. Among other features, this role lacks support for:

  • non-Debian operating systems
  • custom Minecraft servers

This role includes a Vagrantfile to set up the development/testing environment using Vagrant.

License

Apache 2.0

Disclaimer

To automate the installation, this role automatically accepts the Minecraft EULA. Be aware that by using this role, you implicitly accept the same EULA.

ansible-minecraft's People

Contributors

benwebber avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.