site: Configured wg minecraft server on nvak

dehydrated
Felix Stupp 5 years ago
parent 9b80b89f27
commit 0c29a40981
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -74,3 +74,8 @@ global_systemd_configuration_directory: "/etc/systemd/system"
# Debian Repository Mirror
debian_repository_mirror: "http://deb.debian.org/debian/"
# Projects
# WG Minecraft
project_wg_minecraft_port: 25566

@ -45,6 +45,9 @@
keys IN CNAME rurapenthe
rss IN CNAME nvak
wg IN CNAME nvak
_minecraft._tcp.wg IN SRV 10 10 {{ project_wg_minecraft_port }} mc.wg
mc.wg IN CNAME nvak
_minecraft._tcp.mc.wg IN SRV 10 10 {{ project_wg_minecraft_port }} mc.wg
; Mail
@ IN MX 10 nvak
@ IN TXT "v=spf1 +mx -all"

@ -261,6 +261,13 @@
- recommendations
- survey_client
- user_ldap
# Minecraft WG Server
- role: server/minecraft
domain: mc.wg.banananet.work
minecraft_version: 1.14.4
minecraft_port: {{ project_wg_minecraft_port }}
minecraft_max_ram: 2G
minecraft_difficulty: normal
# # Stadtpiraten
# - role: server/typo3
# domain: piraten.dev.banananet.work

Loading…
Cancel
Save