Refactor the vault/secrets

This commit is contained in:
Tobias Reisinger 2026-02-06 21:41:42 +01:00
parent 11c339ce92
commit 28f2e9a33a
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
32 changed files with 144 additions and 83 deletions

View file

@ -1,4 +1,8 @@
---
minecraft_3_seed: "{{ undef() }}"
minecraft_3_ops: "{{ undef() }}"
minecraft_3_whitelist: "{{ undef() }}"
minecraft_3_env:
ALLOW_FLIGHT: true
ALLOW_NETHER: true
@ -40,16 +44,16 @@ minecraft_3_env:
TYPE: VANILLA
ONLINE_MODE: true
OP_PERMISSION_LEVEL: 4
OPS: "{{ vault_minecraft_3.ops }}"
OPS: "{{ minecraft_3_ops | mandatory }}"
OVERRIDE_ICON: true
OVERRIDE_SERVER_PROPERTIES: true
PLAYER_IDLE_TIMEOUT: 0
PREVENT_PROXY_CONNECTIONS: false
SEED: "{{ vault_minecraft_3.seed }}"
SEED: "{{ minecraft_3_seed | mandatory }}"
USE_NATIVE_TRANSPORT: true
VERSION: LATEST
VIEW_DISTANCE: 10
WHITELIST: "{{ vault_minecraft_3.whitelist }}"
WHITELIST: "{{ minecraft_3_whitelist | mandatory }}"
minecraft_3_compose:
watchtower: false