infrastructure/roles/minecraft_blockmap/defaults/main.yml

59 lines
2.5 KiB
YAML

---
# Default variables for the minecraft_blockmap role
# Infrastructure
# Ansible instructions to deploy the infrastructure
# Copyright (C) 2020-2021 Saibotk
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3 of the License.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# The install locations
minecraft_blockmap_install_location: "/srv/minecraft-blockmap"
minecraft_blockmap_config_location: "{{ minecraft_blockmap_install_location }}/config"
minecraft_blockmap_output_location: "{{ minecraft_blockmap_install_location }}/output"
minecraft_blockmap_archive_location: "{{ minecraft_blockmap_install_location }}/archive"
# The certresolver for traefik to use on this domain
minecraft_blockmap_certresolver: letsencrypt_http
# The domain under which the render result is made available using nginx and traefik
minecraft_blockmap_domain: minecraft.example.com
# The blockmap container image and version to use
minecraft_blockmap_image: registry.git.saibotk.de/saibotk/blockmap-docker
# renovate: depName=registry.git.saibotk.de/saibotk/blockmap-docker
minecraft_blockmap_image_version: 2.4.0
# The LVM information, which volume needs to be snapshotted, to render the world.
# This is the volume in which the minecraft server/world folder is in.
minecraft_blockmap_vg_name:
minecraft_blockmap_lv_name:
# Enable the systemd timer? This will enable automatic rendering every 20 minutes
minecraft_blockmap_timer_enabled: true
minecraft_blockmap_timer_state: "started"
# The input location, where the world resides in, that should be rendered.
# ! NOTE: This is relative to the lvm volume root
# (eg. a volume covering `/srv` will result in an input path `/minecraft/data/WORLDNAME` if a minecraft server is installed under /srv/minecraft)
minecraft_blockmap_input_location:
# Additional parameters, that should be passed to the blockmap-cli
minecraft_blockmap_parameters: ""
# The blockmap render config
minecraft_blockmap_config_server:
name: "Minecraft"
description: "Flauschparadies"
address: "localhost"
max_players: 5