minecraft: Add image tag variable

This commit is contained in:
saibotk 2021-11-30 14:45:21 +01:00
parent 351fa7fb05
commit 0e1e272a0f
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -24,6 +24,12 @@ minecraft_data_location: "{{ minecraft_install_location }}/data"
minecraft_rcon_location: "{{ minecraft_install_location }}/rcon"
minecraft_backup_location: "{{ minecraft_install_location }}/worlds"
# renovate: depName=docker.io/itzg/minecraft-server
minecraft_image_version: "2021.22.0"
# Container versions
minecraft_image_tag: "{{ minecraft_image_version }}-java17"
# The minecraft server port that should be exposed
minecraft_server_port: 25565