Deploy and configure Minecraft server using Ansible
- Specify
ansible_host=
parameter in./host
file - Check the
./group_vars/all.yaml
file and apply desirable configurations.
- To configure server properties modify the
./minecraft/templates/server.properties
. - To configure PaperMC specific server settings in
./minecraft/templates/paper.yml
. - To add the server icon replace
./minecraft/templates/server-icon.png
with 64x64 pixel image of png format.
ssh-add <ssh_key_path>
ansible-playbook default.yaml