Skip to content

arch-xtof/ansible-minecraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-minecraft

Deploy and configure Minecraft server using Ansible

Instructions

Configure Deployment

  1. Specify ansible_host= parameter in ./host file
  2. Check the ./group_vars/all.yaml file and apply desirable configurations.

Configure Minecraft

  1. To configure server properties modify the ./minecraft/templates/server.properties.
  2. To configure PaperMC specific server settings in ./minecraft/templates/paper.yml.
  3. To add the server icon replace ./minecraft/templates/server-icon.png with 64x64 pixel image of png format.

Deploy

ssh-add <ssh_key_path>
ansible-playbook default.yaml

About

Deploy and configure Minecraft server using ansible

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages