Refactor the vault/secrets
This commit is contained in:
parent
11c339ce92
commit
28f2e9a33a
32 changed files with 144 additions and 83 deletions
|
|
@ -1,4 +1,8 @@
|
|||
---
|
||||
minecraft_2_seed: "{{ undef() }}"
|
||||
minecraft_2_ops: "{{ undef() }}"
|
||||
minecraft_2_whitelist: "{{ undef() }}"
|
||||
|
||||
minecraft_2_env:
|
||||
ALLOW_FLIGHT: true
|
||||
ALLOW_NETHER: true
|
||||
|
|
@ -40,16 +44,16 @@ minecraft_2_env:
|
|||
TYPE: PAPER
|
||||
ONLINE_MODE: true
|
||||
OP_PERMISSION_LEVEL: 4
|
||||
OPS: "{{ vault_minecraft_2.ops }}"
|
||||
OPS: "{{ minecraft_2_ops | mandatory }}"
|
||||
OVERRIDE_ICON: true
|
||||
OVERRIDE_SERVER_PROPERTIES: true
|
||||
PLAYER_IDLE_TIMEOUT: 0
|
||||
PREVENT_PROXY_CONNECTIONS: false
|
||||
SEED: "{{ vault_minecraft_2.seed }}"
|
||||
SEED: "{{ minecraft_2_seed | mandatory }}"
|
||||
USE_NATIVE_TRANSPORT: true
|
||||
VERSION: LATEST
|
||||
VIEW_DISTANCE: 10
|
||||
WHITELIST: "{{ vault_minecraft_2.whitelist }}"
|
||||
WHITELIST: "{{ minecraft_2_whitelist | mandatory }}"
|
||||
|
||||
minecraft_2_compose:
|
||||
watchtower: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue