Skip to content

ilbonzo/ansible-minecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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