mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-13 12:08:53 +00:00
4146e19e6d
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.
9 lines
157 B
YAML
9 lines
157 B
YAML
---
|
|
minecraft_server_enabled: false
|
|
|
|
# directories
|
|
minecraft_server_data_directory: "{{ docker_home }}/minecraft"
|
|
|
|
# network
|
|
minecraft_server_port: "25565"
|
|
|