ansible-nas/roles/minecraft-server/defaults/main.yml
Justin D. Fetherolf 4146e19e6d Rename to minecraft-server
To avoid any confusion that this application is the client version
of the game, rename the application to `minecraft-server`. This includes
updating variables and documentation.
2022-06-07 20:24:10 -06:00

9 lines
157 B
YAML

---
minecraft_server_enabled: false
# directories
minecraft_server_data_directory: "{{ docker_home }}/minecraft"
# network
minecraft_server_port: "25565"